mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
21 lines
954 B
Diff
21 lines
954 B
Diff
Author: Timo Aaltonen <tjaalton@ubuntu.com>
|
|
Date: Tue Nov 1 10:53:18 2011 -0400
|
|
|
|
Add no-arrows.patch to not fail test_lang.
|
|
|
|
diff --git a/install/po/Makefile.in b/install/po/Makefile.in
|
|
index 49d125d..e04341b 100644
|
|
--- a/install/po/Makefile.in
|
|
+++ b/install/po/Makefile.in
|
|
@@ -190,8 +190,8 @@ test_lang:
|
|
rm -rf test.po test_locale
|
|
$(MSGINIT) --no-translator -i $(DOMAIN).pot -l en_US -o test.po
|
|
$(SED) -i -r -e 's/Language: en_US/Language: xh_ZA/' test.po
|
|
- $(SED) -i -r -e 's/^msgstr[ \t]+"(..*)"[ \t]*$$/msgstr "\xe2\x86\x92\1\xe2\x86\x90"/' test.po
|
|
- $(SED) -i -r -e 's/^msgstr[ \t]+"(.*)(\\n)(.)"[ \t]*$$/msgstr "\1\xe2\x86\x90\2"/' test.po
|
|
+# $(SED) -i -r -e 's/^msgstr[ \t]+"(..*)"[ \t]*$$/msgstr "\xe2\x86\x92\1\xe2\x86\x90"/' test.po
|
|
+# $(SED) -i -r -e 's/^msgstr[ \t]+"(.*)(\\n)(.)"[ \t]*$$/msgstr "\1\xe2\x86\x90\2"/' test.po
|
|
$(MKDIR_P) test_locale/xh_ZA/LC_MESSAGES
|
|
$(MSGFMT) -o test_locale/xh_ZA/LC_MESSAGES/ipa.mo test.po
|
|
|