feat: update about page

This commit is contained in:
Tien Do Nam
2023-11-19 01:02:09 +01:00
parent de2ae7b263
commit 92be9028ea
41 changed files with 389 additions and 53 deletions
+1 -25
View File
@@ -33,31 +33,7 @@ You can help in translating this app to other languages!
**_Take note:_ Fields decorated with `@` are not meant to be translated, they are not used in the app in any way, being merely informative text about the file or to give context to the translator.**
Thanks to all translators!
| Language | Translators |
|---------------------|------------------------------------|
| Czech | @Amereyeu |
| German | Tien Do Nam (@Tienisto) |
| Italian | @Francesco146 |
| Greek | Petros Kyladitis (@multipetros) |
| Spanish | Esteban Daniel Saracho (@esaracho) |
| Persian | @farshad991 |
| French | @Nixuge |
| Hungarian | @gidano |
| Hebrew | @ShlomoCode |
| Japanese | @soya-daizu |
| Khmer | Chandara H. Wei (@nidexingg) |
| Korean | @mgmix |
| Russian | Sergiy (@sergd88) |
| Ukrainian | Sergiy (@sergd88) |
| Vietnamese | @faea726 |
| Chinese (China) | @nkh0472, @graphemecluster |
| Chinese (Hong Kong) | @graphemecluster |
| Chinese (Taiwan) | @Neo1102, @graphemecluster |
| Bangla | @RishiASheth |
Your name is missing? Please open a pull request!
Thanks to all [translators](https://github.com/localsend/localsend/tree/main/app/lib/pages/about/translators.dart)!
## Contributing Guidelines
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -26,6 +26,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
+19 -10
View File
@@ -5,18 +5,27 @@
],
"settingsTab": {
"other": {
"title": "سایر",
"support": "حمایت از لوکال‌سند",
"donate": "کمک مالی",
"privacyPolicy": "سیاست حفظ حریم خصوصی",
"termsOfUse": "شرایط استفاده"
"title": "Other",
"support": "Support LocalSend",
"donate": "Donate",
"privacyPolicy": "Privacy Policy",
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "کمک مالی",
"info": "لوکال‌سند رایگان، متن باز و فاقد هر گونه تبلیغات است. اگر به این برنامه علاقه‌مندید، می توانید با کمک مالی از توسعه آن حمایت کنید",
"donate": "کمک مالی {amount}",
"thanks": "بسیار از شما سپاسگزاریم",
"restore": "بازیابی خرید"
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
"donate": "Donate {amount}",
"thanks": "Thank you very much!",
"restore": "Restore purchase"
}
}
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -26,6 +26,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -21,6 +21,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -26,6 +26,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -26,6 +26,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -26,6 +26,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
@@ -12,6 +12,15 @@
"termsOfUse": "Terms of Use"
}
},
"aboutPage": {
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
"info": "LocalSend is free, open source and without any ads. If you like the app, you can support the development with a donation.",
+8 -1
View File
@@ -220,7 +220,14 @@
"pendingRequests": "Pending requests: {n}"
},
"aboutPage": {
"title": "About LocalSend"
"title": "About LocalSend",
"description": [
"LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.",
"This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage."
],
"author": "Author",
"contributors": "Contributors",
"translators": "Translators"
},
"donationPage": {
"title": "Donate",
+8 -1
View File
@@ -220,7 +220,14 @@
"pendingRequests": "Offene Anfragen: {n}"
},
"aboutPage": {
"title": "Über LocalSend"
"title": "Über LocalSend",
"description": [
"LocalSend ist eine kostenlose Open-Source-App, mit der du Dateien und Nachrichten sicher über dein lokales Netzwerk mit Geräten in der Nähe teilen kannst, ohne dass eine Internetverbindung erforderlich ist.",
"Diese App ist für Android, iOS, macOS, Windows und Linux verfügbar. Alle Downloadmöglichkeiten findest du auf der offiziellen Homepage."
],
"author": "Autor",
"contributors": "Mitwirkende",
"translators": "Übersetzer:innen"
},
"donationPage": {
"title": "Spenden",
+1 -1
View File
@@ -4,7 +4,7 @@
/// To regenerate, run: `dart run slang`
///
/// Locales: 33
/// Strings: 8932 (270 per locale)
/// Strings: 8942 (270 per locale)
// coverage:ignore-file
+7
View File
@@ -276,6 +276,13 @@ class _StringsAboutPageDe extends _StringsAboutPageEn {
// Translations
@override String get title => 'Über LocalSend';
@override List<String> get description => [
'LocalSend ist eine kostenlose Open-Source-App, mit der du Dateien und Nachrichten sicher über dein lokales Netzwerk mit Geräten in der Nähe teilen kannst, ohne dass eine Internetverbindung erforderlich ist.',
'Diese App ist für Android, iOS, macOS, Windows und Linux verfügbar. Alle Downloadmöglichkeiten findest du auf der offiziellen Homepage.',
];
@override String get author => 'Autor';
@override String get contributors => 'Mitwirkende';
@override String get translators => 'Übersetzer:innen';
}
// Path: donationPage
+7
View File
@@ -275,6 +275,13 @@ class _StringsAboutPageEn {
// Translations
String get title => 'About LocalSend';
List<String> get description => [
'LocalSend is a free, open-source app that allows you to securely share files and messages with nearby devices over your local network without needing an internet connection.',
'This app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage.',
];
String get author => 'Author';
String get contributors => 'Contributors';
String get translators => 'Translators';
}
// Path: donationPage
@@ -6,20 +6,9 @@ import 'package:localsend_app/widget/responsive_list_view.dart';
import 'package:routerino/routerino.dart';
import 'package:url_launcher/url_launcher.dart';
final _body = '''
LocalSend is an open source app to share files and messages between nearby devices using the local wifi network.
The communication between devices is entirely end-to-end encrypted via HTTPS.
No Internet required. No tracking*. No ads.
Currently, this app is available on Android, iOS, macOS, Windows and Linux. You can find all download options on the official homepage.
part 'contributors.dart';
*The operating system may still gather usage data.
'''
.splitMapJoin(
RegExp(r'^', multiLine: true),
onMatch: (_) => '\n',
onNonMatch: (n) => n.trim(),
);
part 'translators.dart';
class AboutPage extends StatelessWidget {
const AboutPage();
@@ -48,7 +37,35 @@ class AboutPage extends StatelessWidget {
child: const Text('localsend.org'),
),
),
Text(_body),
Text(t.aboutPage.description.join('\n\n')),
const SizedBox(height: 20),
Text(t.aboutPage.author, style: const TextStyle(fontWeight: FontWeight.bold)),
const Text('Tien Do Nam (@Tienisto)'),
const SizedBox(height: 20),
Text(t.aboutPage.contributors, style: const TextStyle(fontWeight: FontWeight.bold)),
..._contributors.map((e) => Text(e)),
const SizedBox(height: 20),
Text(t.aboutPage.translators, style: const TextStyle(fontWeight: FontWeight.bold)),
Table(
columnWidths: const {
0: IntrinsicColumnWidth(),
1: FlexColumnWidth(),
},
children: [
..._translators.entries.map(
(e) => TableRow(
children: [
Padding(
padding: const EdgeInsets.only(right: 10),
child: Text(e.key.translations.locale),
),
Text(e.value.join('\n')),
],
),
),
],
),
const SizedBox(height: 10),
Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
+7
View File
@@ -0,0 +1,7 @@
part of 'about_page.dart';
/// Contributors who made several contributions to the project.
/// Translators should not be listed here.
const _contributors = [
'Gabriel Lima (@TheGB0077)'
];
+29
View File
@@ -0,0 +1,29 @@
part of 'about_page.dart';
/// Translators who translated the app to a specific language.
/// The list might be incomplete.
/// Also write your full name here if you want.
const _translators = <AppLocale, List<String>>{
AppLocale.ar: ['@Adam1141'],
AppLocale.bn: ['@RishiASheth'],
AppLocale.cs: ['@Amereyeu'],
AppLocale.de: ['Tien Do Nam (@Tienisto)'],
AppLocale.el: ['Petros Kyladitis (@multipetros)'],
AppLocale.en: ['Tien Do Nam (@Tienisto)'],
AppLocale.esEs: ['Esteban Daniel Saracho (@esaracho)'],
AppLocale.fa: ['@farshad991'],
AppLocale.frFr: ['@Nixuge'],
AppLocale.he: ['@ShlomoCode'],
AppLocale.hu: ['@gidano'],
AppLocale.it: ['@Francesco146'],
AppLocale.ja: ['soya_daizu (@soya-daizu)'],
AppLocale.km: ['Chandara H. Wei (@nidexingg)'],
AppLocale.ko: ['@mgmix'],
AppLocale.ptBr: ['Gabriel Lima (@TheGB0077)'],
AppLocale.ru: ['Sergiy (@sergd88)'],
AppLocale.uk: ['Sergiy (@sergd88)'],
AppLocale.vi: ['@faea726'],
AppLocale.zhCn: ['@nkh0472', '@graphemecluster'],
AppLocale.zhHk: ['@graphemecluster'],
AppLocale.zhTw: ['@Neo1102', '@graphemecluster'],
};
+1 -1
View File
@@ -3,7 +3,7 @@ import 'package:localsend_app/constants.dart';
import 'package:localsend_app/gen/strings.g.dart';
import 'package:localsend_app/model/device.dart';
import 'package:localsend_app/model/persistence/color_mode.dart';
import 'package:localsend_app/pages/about_page.dart';
import 'package:localsend_app/pages/about/about_page.dart';
import 'package:localsend_app/pages/changelog_page.dart';
import 'package:localsend_app/pages/donation/donation_page.dart';
import 'package:localsend_app/pages/language_page.dart';