42 lines
1.2 KiB
Diff
42 lines
1.2 KiB
Diff
From: Carlos Maddela <e7appew@gmail.com>
|
|
Date: Mon, 19 Dec 2016 07:04:02 +1100
|
|
Subject: Fix missing language fields in PO files.
|
|
|
|
Description: Fix missing language fields in PO files.
|
|
Author: Carlos Maddela <e7appew@gmail.com>
|
|
Forwarded: no
|
|
Last-Update: 2017-01-05
|
|
---
|
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
---
|
|
locale/pt_BR.po | 2 +-
|
|
locale/ru.po | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
|
|
index 86eda03..f3437f3 100644
|
|
--- a/locale/pt_BR.po
|
|
+++ b/locale/pt_BR.po
|
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
"PO-Revision-Date: 2010-06-09 11:13+0200\n"
|
|
"Last-Translator: cg <cg@dvdisaster.org>\n"
|
|
"Language-Team: Portuguese\n"
|
|
-"Language: \n"
|
|
+"Language: pt_BR\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
diff --git a/locale/ru.po b/locale/ru.po
|
|
index 7984c59..1bc7324 100644
|
|
--- a/locale/ru.po
|
|
+++ b/locale/ru.po
|
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
"PO-Revision-Date: 2009-07-23 08:11+0300\n"
|
|
"Last-Translator: Igor Gorbounov <igor.gorbounov@gmail.com>\n"
|
|
"Language-Team: Russian\n"
|
|
-"Language: \n"
|
|
+"Language: ru\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|