From cdf32454e6c1074c3bdc2edd6c3cebfcad5487b9 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Fri, 22 Dec 2023 20:18:32 +0100 Subject: [PATCH] Moved to markdown-based README --- README.md | 18 ++++++++++++++++++ README.org | 12 ------------ 2 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 README.md delete mode 100644 README.org diff --git a/README.md b/README.md new file mode 100644 index 0000000..fdc7ece --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Official Outbag App +Source code of the official outbag app, +written in flutter. + +## Building +To build the Outbag App you can use the flutter-cli. +Make sure to replace `web` with the platform of your choice. +``` sh +flutter build web +``` + +## Translating +This app uses /l10n/ according to the official flutter +[internationalization guide](https://docs.flutter.dev/development/accessibility-and-localization/internationalization) + +We use [weblate](https://translate.codeberg.org/engage/outbag/) to manage translations. + +[![Translation status](https://translate.codeberg.org/widget/outbag/outbag-app/multi-auto.svg)](https://translate.codeberg.org/engage/outbag/) diff --git a/README.org b/README.org deleted file mode 100644 index 367352c..0000000 --- a/README.org +++ /dev/null @@ -1,12 +0,0 @@ -* Official Outbag App -Source code of the official outbag app, -written in flutter. - -** Translating -This app uses /l10n/ according to the official flutter -[[https://docs.flutter.dev/development/accessibility-and-localization/internationalization][internationalization guide]]. - -We use [[https://translate.codeberg.org/engage/outbag/][weblate]] to manage translations. - -#+caption: Translation status -[[https://translate.codeberg.org/widgets/outbag/-/outbag-app/multi-auto.svg]]