mirror of
https://github.com/mue/mue.git
synced 2026-06-11 11:08:45 +02:00
fix(chore): unsquash the commits
This commit is contained in:
@@ -42,5 +42,9 @@
|
||||
{
|
||||
"name": "中文 (简体)",
|
||||
"value": "zh_CN"
|
||||
},
|
||||
{
|
||||
"name": "Portuguese (Brazil)",
|
||||
"value": "pt_BR"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,6 +10,7 @@ import * as ru from '../translations/ru.json';
|
||||
import * as zh_CN from '../translations/zh_CN.json';
|
||||
import * as id_ID from '../translations/id_ID.json';
|
||||
import * as tr_TR from '../translations/tr_TR.json';
|
||||
import * as pt_BR from '../translations/pt_BR.json';
|
||||
|
||||
const translations = {
|
||||
de_DE,
|
||||
@@ -24,6 +25,7 @@ const translations = {
|
||||
zh_CN,
|
||||
id_ID,
|
||||
tr_TR,
|
||||
pt_BR,
|
||||
};
|
||||
|
||||
export default translations;
|
||||
|
||||
Reference in New Issue
Block a user