openwrt-firmware-selector/src
Sudhanshu Gautam 6713303247 changes the locales structure making english strings as keys
Previously they were stored according to the format
'src/locales/{{lng}}/translation.json'
and after review, they are stored according to the following:
'src/locales/{{lng}}.json'
Also, the english strings are used as the keys/identifier in
translation files to make it easy to understand and implement.

Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
2019-07-04 16:47:53 +05:30
..
components changes the locales structure making english strings as keys 2019-07-04 16:47:53 +05:30
containers changes the locales structure making english strings as keys 2019-07-04 16:47:53 +05:30
locales changes the locales structure making english strings as keys 2019-07-04 16:47:53 +05:30
App.js adds translation support via i18n.js 2019-06-29 12:22:32 +05:30
App.scss adds translation support via i18n.js 2019-06-29 12:22:32 +05:30
App.test.js initializes the base for the firmware wizard 2019-06-26 02:43:24 +05:30
data.json initializes the base for the firmware wizard 2019-06-26 02:43:24 +05:30
i18n.js changes the locales structure making english strings as keys 2019-07-04 16:47:53 +05:30
index.css initializes the base for the firmware wizard 2019-06-26 02:43:24 +05:30
index.js initializes the base for the firmware wizard 2019-06-26 02:43:24 +05:30
serviceWorker.js initializes the base for the firmware wizard 2019-06-26 02:43:24 +05:30