sh0o0 / otomo

GNU Affero General Public License v3.0
1 stars 0 forks source link

Localize English #197

Closed sh0o0 closed 1 year ago

sh0o0 commented 1 year ago

5

Summary by CodeRabbit

coderabbitai[bot] commented 1 year ago

Walkthrough

この変更は、Flutterアプリケーションにローカライゼーションサポートを追加するものです。主に日本語の翻訳を追加し、エラーメッセージ、UIラベル、ボタンテキストなどのハードコードされた文字列をローカライズされた文字列に置き換えています。また、エラーハンドリングの改善と、コードの可読性と保守性の向上も行っています。

Changes

ファイル 概要
frontend/l10n/... ローカライゼーションファイルに英語と日本語の翻訳を追加しました。
frontend/lib/configs/l10n/... Flutterアプリケーションにローカライゼーションサポートを追加しました。
frontend/lib/views/... UIのテキストをローカライズされた文字列に置き換え、エラーハンドリングを改善しました。
frontend/lib/controllers/... メソッドに新たなパラメータを追加し、ローカライゼーションをサポートしました。
frontend/lib/view_models/... ローカライゼーションをサポートするために、新たなパラメータを追加しました。
frontend/test/... テストケースを追加し、ローカライゼーションのサポートを確認しました。

🐇💻

コードは言葉、言葉はコード、

世界中の言葉を繋げる道を築く。

ローカライズの力で、

アプリは世界を旅する。

🌏🌍🌎

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.
sh0o0 commented 1 year ago

@coderabbitai

sh0o0 commented 1 year ago

@coderabbitai resume