claudetech / node-static-i18n

HTML static pages i18n tool
https://www.npmjs.com/package/static-i18n
MIT License
104 stars 21 forks source link

Use locale as root key in translation source files #33

Closed zedissime closed 4 years ago

zedissime commented 4 years ago

I'm using a translation tool which generates me my translation files. It generates my files but he uses the locale as the root key of my translations : For en.yml

  en: 
    title: Hello
    ...

and for fr.yml

  fr: 
    title: Bonjour
    ...

So I propose to add an option to pass in order to handle this.

danhper commented 4 years ago

Looks good, thanks!

danhper commented 4 years ago

I just published a new version with your PR.