Add Indonesian (Bahasa Indonesia / id) translation (#2200)
* add Indonesian (Bahasa Indonesia) translation add id.jsx add translations on email views add devise.id.yml add doorkeeper.id.yml add id.yml add simple_form.id.yml update id locale on mastodon.jsx, index.jsx, settings_helper.rb, and application.rb * add Indonesian (Bahasa Indonesia) translation add id.jsx add translations on email views add devise.id.yml add doorkeeper.id.yml add id.yml add simple_form.id.yml update id locale on mastodon.jsx, index.jsx, settings_helper.rb, and application.rb * fix InvalidLocaleData on a string * fix InvalidLocaleData on a string * Fix language keys in Indonesian ruby locale (id) Use "id" instead of "en" as object keys. * Removed obsoleted translation (id)
This commit is contained in:
parent
1714f08d75
commit
935aecdc32
15 changed files with 685 additions and 0 deletions
|
@ -19,6 +19,7 @@ import ja from './ja';
|
|||
import zh_hk from './zh-hk';
|
||||
import zh_cn from './zh-cn';
|
||||
import bg from './bg';
|
||||
import id from './id';
|
||||
|
||||
const locales = {
|
||||
en,
|
||||
|
@ -41,6 +42,7 @@ const locales = {
|
|||
'zh-HK': zh_hk,
|
||||
'zh-CN': zh_cn,
|
||||
bg,
|
||||
id,
|
||||
};
|
||||
|
||||
export default function getMessagesForLocale (locale) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue