Skip to content

Commit

Permalink
[Enhancement] fix locale name of Japanese
Browse files Browse the repository at this point in the history
Signed-off-by: sw1227 <32032108+sw1227@users.noreply.github.com>
  • Loading branch information
sw1227 committed May 19, 2021
1 parent 4917e15 commit 49a51d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const LOCALES = {
pt: 'Português',
es: 'Español',
ca: 'Català',
ja: 'Japanese'
ja: '日本語'
};

/**
Expand Down

0 comments on commit 49a51d3

Please sign in to comment.