We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b45933 commit 075cf5aCopy full SHA for 075cf5a
1 file changed
docs/Architecture.md
@@ -22,9 +22,10 @@ Upgrading the `AGP (Android Gradle Plugin)` open the `android` directory with An
22
23
Translations are hosted on [crowdin](https://crowdin.com/project/piwigo-ng), everything is translated from english.
24
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.
26
27
```sh
-# %% = country code
28
+# %% = country code, one file per translation
29
.
30
├── crowdin.yml
31
├── l10n
@@ -34,5 +35,6 @@ Flutter take the `app_%%.arb` files and generate dart code inside the `lib/l10n`
34
35
└── l10n.yaml
36
└── l10n
37
├── app_localizations.dart
38
+ ├── app_localizations_en.dart
39
└── app_localizations_%%.dart
40
```
0 commit comments