You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wiki/server/locales
Nick a8c7710412
feat: load dev locale files
5 years ago
..
README.md feat: load dev locale files 5 years ago

README.md

IMPORTANT

Localization files are not stored into files!

Contact us on Gitter to request access to the translation web service: https://gitter.im/Requarks/wiki

Development Mode

If you need to add new keys and test them live, simply create a {LANG}.yml file in this folder containing the values you want to test. e.g.:

en.yml

admin:
  api.title: 'API Access'
  auth.title: 'Authentication'

The official localization keys will still be loaded first, but your local files will overwrite any existing keys (and add new ones).

Note that you must restart Wiki.js to load any changes made to the files, which happens automatically on save when in dev mode.