diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-06-17 20:59:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-17 20:59:23 +0200 |
| commit | 98772e4a6a5687e47db8bf82148e57a78bc1383f (patch) | |
| tree | 9892362f1b744835af7364e921c56032f5ac59d5 | |
| parent | 9d8dbb7510398ac640be5777fb9cfae4e95417c4 (diff) | |
| download | wiki-98772e4a6a5687e47db8bf82148e57a78bc1383f.tar.gz wiki-98772e4a6a5687e47db8bf82148e57a78bc1383f.tar.bz2 wiki-98772e4a6a5687e47db8bf82148e57a78bc1383f.zip | |
chore: Translation in wiki standards (#548)
| -rw-r--r-- | docs/wiki-standards.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/wiki-standards.md b/docs/wiki-standards.md index d597821..af5039c 100644 --- a/docs/wiki-standards.md +++ b/docs/wiki-standards.md @@ -20,6 +20,12 @@ When adding/removing a table it should also be updated in `database-auth.md` `da THE FILE SHOULD ALWAYS START WITH `# File Name`. (This is to display correct info in the tab.) +## TRANSLATION + +ALL TRANSLATIONS should be in a sub directory of /docs/ with the shortened locale of the language. i.e /docs/es/. If there has been no translations prior, you need to allow the directory path in the config. See [this commit on how to do it](https://github.com/azerothcore/wiki/commit/8b897c3384298674e82108357ee5e655f788229f). + +ALL FILES should be named the **exact same as the English versions**! Do not ever translate the file names, only the contents within. + ## ARCHIVED PAGES: (Not yet implemented) ALL ARCHIVED PAGES that could potentially have some sort of value should be added in the `archive.md` list and links to these pages should be removed from other places in the wiki. |
