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
 }
 

Reply via email to