-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
arb_translate
package to auto-translate the app strings (#1801)
With the [arb_translate](https://pub.dev/packages/arb_translate) package we can auto-translate our app strings. The package uses Gemini for translation. Using a Large Language Model (LLM) has the advantage that we can provide additional context to our application and the strings. The package will translate the untranslated strings. You can always overwrite the automatic translation with your own translation.
- Loading branch information
1 parent
e182cf3
commit 500f190
Showing
2 changed files
with
42 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters