Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 867 Bytes

File metadata and controls

22 lines (18 loc) · 867 Bytes

Feedback.one form translations

We currently support the following languages:

  • Armenian (hy)
  • Brazilian Portuguese (pt-BR)
  • Dutch (nl)
  • English (en)
  • French (fr), French Canadian (fr-CA)
  • German (de), Swiss German (de-CH)
  • Italian (it)
  • Polish (pl)
  • Romanian (ro)
  • Russian (ru)
  • Swedish (sv)

To add a translation for your desired language, please follow the instructions below:

  • Add a .json file with the ISO language code of the desired language to the locales folder.
  • Only the values of the JSON should be changed; the keys should stay intact.
  • Prefer contextual translation over word-to-word.

To learn how to set up localization for your project, check out our documentation.