[arch-commits] Commit in shotwell/trunk (PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Sun Jun 5 23:37:28 UTC 2022


    Date: Sunday, June 5, 2022 @ 23:37:28
  Author: spupykin
Revision: 1224321

shotwell: fix string format in translation

Modified:
  shotwell/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-05 23:35:45 UTC (rev 1224320)
+++ PKGBUILD	2022-06-05 23:37:28 UTC (rev 1224321)
@@ -22,6 +22,7 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
+  # fix string format in translation. It uses cyrillic-`e` instead of `e`.
   sed -i 's#%е#%e#g' po/ru.po
 }
 



More information about the arch-commits mailing list