fixed language code of japan (#1270)

pull/1272/head^2
Cierra_Runis 2 years ago committed by GitHub
parent a878088293
commit e1fa84f5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 2
      lib/src/translations/toolbar.i18n.dart

@ -375,7 +375,7 @@ Currently, translations are available for these 27 locales:
* `Locale('fa')`
* `Locale('hi')`
* `Locale('sr')`
* `Locale('jp')`
* `Locale('ja')`
#### Contributing to translations

@ -543,7 +543,7 @@ extension Localization on String {
'Edit': '編輯',
'Apply': '應用',
},
'jp': {
'ja': {
'Paste a link': 'リンクをペースト',
'Ok': '完了',
'Select Color': '色を選択',

Loading…
Cancel
Save