[neon/snap-packaging/snapcraft-desktop-integration/work.core24] kde-neon-6: Verbose for now to verify it is working.
Scarlett Moore
null at kde.org
Wed Nov 20 16:47:11 GMT 2024
Git commit 5d644245b2d8b90b0236fc942c5b8802e655ce22 by Scarlett Moore.
Committed on 20/11/2024 at 16:46.
Pushed by scarlettmoore into branch 'work.core24'.
Verbose for now to verify it is working.
M +1 -1 kde-neon-6/locale-gen
https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/5d644245b2d8b90b0236fc942c5b8802e655ce22
diff --git a/kde-neon-6/locale-gen b/kde-neon-6/locale-gen
index 9fa8fa0..a2d2b66 100755
--- a/kde-neon-6/locale-gen
+++ b/kde-neon-6/locale-gen
@@ -58,5 +58,5 @@ foreach my $lang (get_languages())
# localedef will exit !0 for unknown reasons, even when everything was
# generated fine.
my ($locale, $encoding) = split(/\./, $lang);
- system('/snap/kf6-core24/current/usr/bin/localedef', '-i', $locale, '-f', $encoding, $target);
+ system('/snap/kf6-core24/current/usr/bin/localedef', '-v', '-i', $locale, '-f', $encoding, $target);
}
More information about the Neon-commits
mailing list