This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch emile-skip-strlen
in repository efl.

View the commit online.

commit d9ec36e1de4c2a70ac82dc66a72c282dc42037b7
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.

Reply via email to