This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/devilhorns/apos
in repository efl.
View the commit online.
commit e955cb8363fe0ba23b95082baf0f24caac6818a5
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Mon Aug 14 21:39:05 2023 +0500
examples: edje - add charset header to po files.
Solved compilation error with novel gettext-0.22.
@fix
---
src/examples/edje/en_IN/domain_name.po | 5 +++++
src/examples/edje/hi_IN/domain_name.po | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/src/examples/edje/en_IN/domain_name.po b/src/examples/edje/en_IN/domain_name.po
index f461123404..131579ee36 100644
--- a/src/examples/edje/en_IN/domain_name.po
+++ b/src/examples/edje/en_IN/domain_name.po
@@ -1,3 +1,8 @@
+msgid ""
+msgstr ""
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: UTF-8\n"
+
msgid "LOADING"
msgstr "Loading..."
diff --git a/src/examples/edje/hi_IN/domain_name.po b/src/examples/edje/hi_IN/domain_name.po
index 809cf6f399..fcb0e85d00 100644
--- a/src/examples/edje/hi_IN/domain_name.po
+++ b/src/examples/edje/hi_IN/domain_name.po
@@ -1,3 +1,8 @@
+msgid ""
+msgstr ""
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: UTF-8\n"
+
msgid "LOADING"
msgstr "लोड हो रहा है..."
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.