Fix the translation link

This commit is contained in:
Ming Ming 2021-04-10 15:23:22 +08:00
parent 9fe2c41269
commit 8d2024c334

View file

@ -179,7 +179,7 @@ class _SettingsState extends State<Settings> {
static const String _sourceRepo = "https://gitlab.com/nkming2/nc-photos"; static const String _sourceRepo = "https://gitlab.com/nkming2/nc-photos";
static const String _translationUrl = static const String _translationUrl =
"https://gitlab.com/nkming2/nc-photos/lib/l10n"; "https://gitlab.com/nkming2/nc-photos/-/tree/master/lib/l10n";
bool _isEnableExif; bool _isEnableExif;