Closed p1atdev closed 2 years ago
I don't know anything about programming, but you pointed it out correctly. I am also attaching the translation to add the correct translation for the Ukrainian version
Original image file = Оригінальний файл зображення Output image file = Вихідний файл зображення Model = Модель Scale = Шкала збільшення Format = Формат Select file = Обрати файл
I created a Ukrainian translation using DeepL. Please let me know if there are any unnatural translations.
少しコードフォーマットなど気になる点もありますが、概ね問題なさそうなのでマージしたいと思います(あとでこちらで直します)。 プルリクエストありがとうございました!
I created a Ukrainian translation using DeepL. Please let me know if there are any unnatural translations.
WOW! That's great, but have one error "Розпочати масштабування", you last type "я"
@kirill0ermakov
WOW! That's great, but have one error "Розпочати масштабування", you last type "я"
This was caused by the Ukrainian text not fitting in the width of the button. The translation itself seems correct. I widened the width of the button slightly at https://github.com/tsukumijima/Real-ESRGAN-GUI/commit/f012177e829fd40214cdc4fea12d47fbf1411981. This allows the text to be displayed until the last "я".
Added localization with easy_localization.
And some small fixes.
easy_localization を使って多言語対応をしました。
assets/translations
に翻訳ファイルを追加し、main.dart
で以下の部分を変更することで対応言語を増やすことができます。英語は翻訳機にかけながらそれっぽくしただけなので、もしかしたら文法が間違っている部分があるかもしれないです。
他の変更点
私は Flutter はまだ不慣れなので良くない部分があったら修正していただけると幸いです。