Skip to content

Commit 075cf5a

Browse files
committed
Add more info on translations
1 parent 4b45933 commit 075cf5a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/Architecture.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ Upgrading the `AGP (Android Gradle Plugin)` open the `android` directory with An
2222

2323
Translations are hosted on [crowdin](https://crowdin.com/project/piwigo-ng), everything is translated from english.
2424
Flutter take the `app_%%.arb` files and generate dart code inside the `lib/l10n` directory.
25+
`untranslated.json` is generated at compile time to indicate missing string.
2526

2627
```sh
27-
# %% = country code
28+
# %% = country code, one file per translation
2829
.
2930
├── crowdin.yml
3031
├── l10n
@@ -34,5 +35,6 @@ Flutter take the `app_%%.arb` files and generate dart code inside the `lib/l10n`
3435
└── l10n.yaml
3536
└── l10n
3637
├── app_localizations.dart
38+
├── app_localizations_en.dart
3739
└── app_localizations_%%.dart
3840
```

0 commit comments

Comments
 (0)