mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Fix the translation link
This commit is contained in:
parent
9fe2c41269
commit
8d2024c334
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class _SettingsState extends State<Settings> {
|
|||
|
||||
static const String _sourceRepo = "https://gitlab.com/nkming2/nc-photos";
|
||||
static const String _translationUrl =
|
||||
"https://gitlab.com/nkming2/nc-photos/lib/l10n";
|
||||
"https://gitlab.com/nkming2/nc-photos/-/tree/master/lib/l10n";
|
||||
|
||||
bool _isEnableExif;
|
||||
|
||||
|
|
Loading…
Reference in a new issue