mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
fixed link for language codes
This commit is contained in:
parent
fd741e3274
commit
0d014c2168
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ alert(window._('pad.chat'));
|
||||||
----
|
----
|
||||||
==== 2. Create translate files in the locales directory of your plugin
|
==== 2. Create translate files in the locales directory of your plugin
|
||||||
|
|
||||||
* The name of the file must be the language code of the language it contains translations for (see https://joker-x.github.com/languages4translatewiki/test/[supported lang codes]; e.g. en ? English, es ? Spanish...)
|
* The name of the file must be the language code of the language it contains translations for (see https://joker-x.github.io/languages4translatewiki/test/[supported lang codes]; e.g. en ? English, es ? Spanish...)
|
||||||
* The extension of the file must be `.json`
|
* The extension of the file must be `.json`
|
||||||
* The default language is English, so your plugin should always provide `en.json`
|
* The default language is English, so your plugin should always provide `en.json`
|
||||||
* In order to avoid naming conflicts, your message keys should start with the name of your plugin followed by a dot (see below)
|
* In order to avoid naming conflicts, your message keys should start with the name of your plugin followed by a dot (see below)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue