Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Sep 4, 2021

I added Japanese!
Closes #105
1

Copy link
Owner

@marchellodev marchellodev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job, thanks!

I have left a few comments that needs to be resolved before we can merge this PR.

lib/conf.dart Outdated
@@ -287,6 +293,12 @@ List<Language> get languageList => [
nameLocal: 'italiano',
locale: const Locale('it'),
localizations: AppLocalizationsIt()),
Language(
// 85 million
Copy link
Owner

@marchellodev marchellodev Sep 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wikipedia states that about 128 million people speak Japanese.

Therefore, in the comment it should say 120 million, not 85 million. Also, this Language object should be moved up the array based on that, as we are sorting languages by the number of speakers.

lib/conf.dart Outdated
name: 'japanese',
nameLocal: '日本語',
locale: const Locale('ja'),
localizations: AppLocalizationsIt()),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppLocalizationsIt()=> AppLocalizationsJa()

@ghost
Copy link
Author

ghost commented Sep 4, 2021

Thank you!
I revised those mistakes.

@marchellodev
Copy link
Owner

Analytics is disabled when the app runs in the debug mode, so there was no need to do that :)

Thanks, I'll merge this now!

@marchellodev marchellodev merged commit 96a1052 into marchellodev:master Sep 4, 2021
@marchellodev
Copy link
Owner

@312k
Also, can you please translate the app store strings? :)

https://crowdin.com/project/sharik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Japanese Language Support
1 participant