Remove a string from the Romanian translation that's breaking iconv on Windows. release-2.x.y v2.14.12

Sat, 31 Dec 2022 21:51:24 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Sat, 31 Dec 2022 21:51:24 -0600
branch
release-2.x.y
changeset 41991
2fc862e230a7
parent 41990
f42ad9c890ff
child 41992
120bbac95231

Remove a string from the Romanian translation that's breaking iconv on Windows.

Testing Done:
ran `make dist` and built and tested the installer on Windows.

Reviewed at https://reviews.imfreedom.org/r/2157/

ChangeLog file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
po/ro.po file | annotate | diff | comparison | revisions
--- a/ChangeLog	Sat Dec 31 21:16:10 2022 -0600
+++ b/ChangeLog	Sat Dec 31 21:51:24 2022 -0600
@@ -1,7 +1,8 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-version 2.14.12 (??/??/????):
-	* Nothing yet, be the first!!
+version 2.14.12 (12/31/2022):
+	* Remove a string from the Romanian translation that's breaks the creation
+	  of the Windows installer. (RR 2157) (Gary Kramlich)
 
 version 2.14.11 (12/31/2022):
 	* Add Markus "ivanhoe" Fischer to the Crazy Patch Writers! Congrats Markus!
--- a/configure.ac	Sat Dec 31 21:16:10 2022 -0600
+++ b/configure.ac	Sat Dec 31 21:51:24 2022 -0600
@@ -25,7 +25,7 @@
 m4_define([purple_major_version], [2])
 m4_define([purple_minor_version], [14])
 m4_define([purple_micro_version], [12])
-m4_define([purple_version_suffix], [dev])
+m4_define([purple_version_suffix], [])
 m4_define([purple_version],
           [purple_major_version.purple_minor_version.purple_micro_version])
 m4_define([purple_display_version], purple_version[]m4_ifdef([purple_version_suffix],[purple_version_suffix]))
--- a/po/ro.po	Sat Dec 31 21:16:10 2022 -0600
+++ b/po/ro.po	Sat Dec 31 21:51:24 2022 -0600
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: Pidgin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-12-31 20:43-0600\n"
+"POT-Creation-Date: 2022-12-31 21:28-0600\n"
 "PO-Revision-Date: 2012-02-20 18:15+0000\n"
 "Last-Translator: Simona Iacob <s@zp1.net>, 2021-2022\n"
 "Language-Team: Romanian (http://www.transifex.com/pidgin/pidgin/language/"
@@ -12087,8 +12087,6 @@
 "Pidgin requires a compatible GTK+ Runtime (which does not appear to be "
 "installed).$\\rAre you sure you want to skip installing the GTK+ Runtime?"
 msgstr ""
-"Pidgin necesită un Runtime GTK+ compatibil (care nu pare să fie instalat).$"
-"\\rSunteți sigur că doriți să săriți peste instalarea Runtime-ului GTK+?"
 
 #. Installer Subsection Text
 msgid "URI Handlers"

mercurial