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
Diego Sampaio 2efb8ad45a Regression: Add missing translations used in Apps pages (#13674) 6 years ago
..
i18n Regression: Add missing translations used in Apps pages (#13674) 6 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] Update to Meteor to 1.8 (#12468) 7 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.