No description
Find a file
Jakob Meier 8fffafde47
Added translations using l10n
Translations are provided in *.arb* format.
Some keys have descriptions
(indicated by leading @-symbol).
Descriptions should not be copied into the translation itself.

Currently only English is supported (app_en.arb),
but German is planned.

Apparently weblate merged .arb support at some time,
so it would be nice to enable community translations at some point.
2023-03-29 15:14:27 +02:00
android Fixed android-compilation 2023-03-24 17:22:00 +01:00
assets Added outbag icon 2023-03-23 10:57:27 +01:00
ios Added outbag icon 2023-03-23 10:57:27 +01:00
lib Added translations using l10n 2023-03-29 15:14:27 +02:00
linux Added Platforms 2023-03-17 21:04:45 +01:00
macos Added outbag icon 2023-03-23 10:57:27 +01:00
test Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
web Added outbag icon 2023-03-23 10:57:27 +01:00
windows Added outbag icon 2023-03-23 10:57:27 +01:00
.gitignore Initial commit 2023-03-17 09:41:08 +01:00
.metadata Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
analysis_options.yaml Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
l10n.yaml Added translations using l10n 2023-03-29 15:14:27 +02:00
pubspec.lock Added translations using l10n 2023-03-29 15:14:27 +02:00
pubspec.yaml Added translations using l10n 2023-03-29 15:14:27 +02:00
README.org Added translations using l10n 2023-03-29 15:14:27 +02:00

Official Outbag App

Source code of the official outbag app, written in flutter.

Translating

This app uses l10n according to the official flutter internationalization guide.

  1. Check if there is a .arb file available for your language, and add missing translations in there, if the file exists
  2. Otherwise copy the app_en.arb file and paste it as arb_<your-language>.arb
  3. Edit the translations in the file
  4. Run flutter gen-l10n to generate the required .dart files