summaryrefslogtreecommitdiff
path: root/dev-libs/efl/files/efl-1.26.3-gettext-0.22-fix.patch
blob: 1bce74f76fec7a4af4a6b1a667811543b4cef90e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
From 155842cf9e726009e9eb4ec04d8a176cd990fdcb Mon Sep 17 00:00:00 2001
From: dimmus <dmitri.chudinov@gmail.com>
Date: Mon, 14 Aug 2023 21:39:05 +0500
Subject: [PATCH] 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 "लोड हो रहा है..."