issues
search
kiesraad
/
abacus
Abacus, software voor verkiezingsuitslagen en zetelverdeling
https://kiesraad-abacus.pages.dev
European Union Public License 1.2
19
stars
6
forks
source link
Nested translations & split up translation files
#583
Closed
marlonbaeten
closed
1 week ago
marlonbaeten
commented
1 week ago
Fixes #576
Translations can now be nested -> you do not have to repeat prefixes in the keys of translations :tada:
Translations can de split up in files, by their root key
Use
npm run gen:po
to generate a single PO translation file per locale
Use
npm run gen:translations-json
to convert the
.po
files to translation json files again.
Fixes #576
npm run gen:po
to generate a single PO translation file per localenpm run gen:translations-json
to convert the.po
files to translation json files again.