jcbvm / i18n-editor

GUI for editing your i18n translation files
MIT License
357 stars 78 forks source link

some suggestions #15

Open basz opened 7 years ago

basz commented 7 years ago

some random thoughts here. no pressure. thanks for the hard work!

usability

feature

jcbvm commented 7 years ago

Thanks for you suggestions, will see what I can do 👍

shorstki commented 5 years ago

@jcbvm I would like to suggest option to save translation key/folders separately, so translation file can be divided into modules (useful for SPAs) and then into separate translation/locale files, like

{
  "HEADER": {
    "BACK": "Back
  }
}

Can be saved in i18n>header>en.json and the i18n is the main project folder. For other locale i18n>header>de.json