fix(chore): unsquash the commits

This commit is contained in:
David Ralph
2023-01-21 12:10:40 +00:00
committed by GitHub
parent f65881f79a
commit 474b6aaa84
42 changed files with 3265 additions and 2982 deletions

View File

@@ -42,5 +42,9 @@
{
"name": "中文 (简体)",
"value": "zh_CN"
},
{
"name": "Portuguese (Brazil)",
"value": "pt_BR"
}
]

View File

@@ -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;