Chinese labels updated, lint fix, render helper update

This commit is contained in:
feruz 2021-06-17 05:26:58 +03:00
parent eff6d4900d
commit e10be208b5
5 changed files with 10 additions and 10 deletions

View File

@ -28,7 +28,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.5.5", "@babel/runtime": "^7.5.5",
"@ecency/render-helper": "^2.1.7", "@ecency/render-helper": "^2.1.12",
"@esteemapp/dhive": "0.15.0", "@esteemapp/dhive": "0.15.0",
"@esteemapp/react-native-autocomplete-input": "^4.2.1", "@esteemapp/react-native-autocomplete-input": "^4.2.1",
"@esteemapp/react-native-modal-popover": "^0.0.15", "@esteemapp/react-native-modal-popover": "^0.0.15",

View File

@ -60,6 +60,6 @@ export const locales = [
{ id: 'ms-MY', name: 'Malay' }, { id: 'ms-MY', name: 'Malay' },
{ id: 'ku-TR', name: 'Kurdish' }, { id: 'ku-TR', name: 'Kurdish' },
{ id: 'vi-VN', name: 'Vietnamese' }, { id: 'vi-VN', name: 'Vietnamese' },
{ id: 'zh-CN', name: '汉语' }, { id: 'zh-CN', name: 'Chinese-Simplified' },
{ id: 'zh-TW', name: '漢語' }, { id: 'zh-TW', name: 'Chinese-Traditional' },
]; ];

View File

@ -6,8 +6,8 @@ export default [
'Bahasa Indonesia', 'Bahasa Indonesia',
'Bangla', 'Bangla',
'日本語', '日本語',
'汉语', '汉语 - 简体字',
'漢語', '漢語 - 繁體字',
'Русский', 'Русский',
'Bahasa Melayu', 'Bahasa Melayu',
'Deutsch', 'Deutsch',

View File

@ -175,7 +175,7 @@ class ProfileEditContainer extends Component {
intl.formatMessage({ intl.formatMessage({
id: 'alert.fail', id: 'alert.fail',
}), }),
get(error, 'message', error.toString()), get(err, 'message', err.toString()),
); );
this.setState({ isLoading: false }); this.setState({ isLoading: false });
} }

View File

@ -708,10 +708,10 @@
exec-sh "^0.3.2" exec-sh "^0.3.2"
minimist "^1.2.0" minimist "^1.2.0"
"@ecency/render-helper@^2.1.7": "@ecency/render-helper@^2.1.12":
version "2.1.7" version "2.1.12"
resolved "https://registry.yarnpkg.com/@ecency/render-helper/-/render-helper-2.1.7.tgz#73ed075d7ee3f1c71cb669b463167bd6ed3028aa" resolved "https://registry.yarnpkg.com/@ecency/render-helper/-/render-helper-2.1.12.tgz#66f0b6820cf868f02a1e3fdd5dd2d4c07eea13d1"
integrity sha512-IvGBXLr9C1Kd5p8h/lTOK+rbLA543Ol+NU7z2jC69KE6xFqozLxWm7JJGa8kIjJT4821zp4hyBk3Y3pFGY0yZA== integrity sha512-/SOjdCp4cREOqj/l9IQukgecxwItekIknbKkau/YtmbzDLnKy2cUYFPNVizFrg/AG9PSJubpexmGg/B5PdGZhw==
dependencies: dependencies:
he "^1.2.0" he "^1.2.0"
lru-cache "^5.1.1" lru-cache "^5.1.1"