belelaritra / Neumorphic_Calculator

A Soft UI (Neumorphism) Simple Calculator created using Flutter.
BSD 3-Clause "New" or "Revised" License
41 stars 6 forks source link

[FEAT] Russian localization #10

Closed leestarb closed 2 years ago

leestarb commented 2 years ago

Currently there's no localization for russian users.

I would be glad to add it. However not sure how to do that.

danger-ahead commented 2 years ago

Hi @leestarb, I've added the arb file for Russian under {PROJECT_ROOT}/lib/localization/app_ru.arb. Could you add the translations there and issue a PR? (For reference have a look at the {PROJECT_ROOT}/lib/localization/app_en.arb, the english localization)

Please have a look at the file and let me know if you understand the structure. I'm assiging you on this. Thanks!

leestarb commented 2 years ago

You missed the translations for Settings menu title and Nothing to show in history!

danger-ahead commented 2 years ago

You missed the translations for Settings menu title and Nothing to show in history!

Fixed. Have a look. Thanks!