Skip to content

Commit

Permalink
fixed language code of japan (singerdmx#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierra-Runis committed Jun 18, 2023
1 parent a878088 commit e1fa84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/src/translations/toolbar.i18n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ extension Localization on String {
'Edit': '編輯',
'Apply': '應用',
},
'jp': {
'ja': {
'Paste a link': 'リンクをペースト',
'Ok': '完了',
'Select Color': '色を選択',
Expand Down

0 comments on commit e1fa84f

Please sign in to comment.