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
Leonardo Ostjen Couto 932be7bc42
[BREAK] Moved SAML custom field map to EE (#23319)
4 years ago
..
i18n [BREAK] Moved SAML custom field map to EE (#23319) 4 years ago
.eslintrc Remove Npm.depends and Npm.require except those that are inside package.js (#13518) 6 years ago
README.md
package.js Chore: Meteor 2.2 and bump dependencies (#22399) 4 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.