For licensing reasons, contributions are only accepted from Fiserv employees.
Tip
Github Copilot auto-complete works really well on the translation files!
For XX is the 2-letter ISO 639 language code.
- Create a
XX.jsonfile in themessagesdirectory. - Add the translations for everything in
messages/XX.json. - In every other language translation, add a
settings_locale_XXentry. Keep the JSON sorted. - In
app/i18n.ts:- Import the
XX.jsonfile. - Add the language code to the
localesarray. - Add the imported json variable to the
resourcesmap in the call toinit().
- Import the