Skip to content

Commit

Permalink
Add link to package
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Jan 10, 2025
1 parent c10ec49 commit 0049712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sharezone_localizations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ This task runs `flutter gen-l10n` with your chosen configuration.

### Translating with arb_translate

With the arb_translate package, you can auto-translate your .arb files using
With the [arb_translate](https://pub.dev/packages/arb_translate) package, you can auto-translate your .arb files using
Large Language Models (LLMs). We're going to use [Gemini](https://deepmind.google/technologies/gemini/). An LLM has the advantage that we can provide the model with context (what our application does, what the string is for, etc.), which can lead to better translations.

1. Install the arb_translate package:
Expand Down

0 comments on commit 0049712

Please sign in to comment.