The communications platform that puts data protection first.
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.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-i18n
harakiwi1 7f3d147622
[FIX] Remove spaces from i18n placeholders to show Personal access token (#16724)
5 years ago
..
i18n [FIX] Remove spaces from i18n placeholders to show Personal access token (#16724) 5 years ago
.eslintrc Remove Npm.depends and Npm.require except those that are inside package.js (#13518) 6 years ago
README.md [FIX] Livechat translation files being ignored (#10369) 7 years ago
package.js [BREAK] remove old livechat client (#15133) 6 years ago

README.md

This package contains internationalization for Rocket.Chat.

Due to limitations of the i18n-library used, only translations from this very folder will be respected. Thus, if you extend Rocket.Chat with custom packages which have got own translation files, you'll have to put them into this package. They should be named <package>.<language>.i18n.(json|yaml).

Alternatively, you can add the i18n-files in your package and then copy it to this folder during build time. In this case, you should add the copied files to the .gitignore. See how livechat did as an example.