-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## 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 | ||
```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. |