forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-sound/audacity: fix gettext 0.22 breakage
Closes: https://bugs.gentoo.org/909201 Signed-off-by: David Seifert <[email protected]>
- Loading branch information
1 parent
8fd783d
commit 59188fa
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
media-sound/audacity/files/audacity-3.2.5-gettext-0.22.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
https://bugs.gentoo.org/909201 | ||
upstream fix: https://github.com/audacity/audacity/pull/4866 | ||
|
||
--- a/locale/be.po | ||
+++ b/locale/be.po | ||
@@ -3097,7 +3097,7 @@ | ||
#: src/FileFormats.cpp | ||
#, c-format | ||
msgid "Error (file may not have been written): %s" | ||
-msgstr "Памылка (магчыма, файл не запісаны): %hs" | ||
+msgstr "Памылка (магчыма, файл не запісаны): %s" | ||
|
||
#: src/FileFormats.cpp | ||
#, fuzzy | ||
--- a/locale/fa.po | ||
+++ b/locale/fa.po | ||
@@ -3053,7 +3053,7 @@ | ||
#: src/FileFormats.cpp | ||
#, c-format | ||
msgid "Error (file may not have been written): %s" | ||
-msgstr "خطا (ممکن است در پرونده نوشته شده باشد) : %hs" | ||
+msgstr "خطا (ممکن است در پرونده نوشته شده باشد) : %s" | ||
|
||
#: src/FileFormats.cpp | ||
msgid "&Copy uncompressed files into the project (safer)" | ||
--- a/locale/fr.po | ||
+++ b/locale/fr.po | ||
@@ -3142,7 +3142,7 @@ | ||
#: src/FileFormats.cpp | ||
#, c-format | ||
msgid "Error (file may not have been written): %s" | ||
-msgstr "Erreur (le fichier pourrait ne pas avoir été écrit) : %hs" | ||
+msgstr "Erreur (le fichier pourrait ne pas avoir été écrit) : %s" | ||
|
||
# trebmuh to check (accélérateur) | ||
#: src/FileFormats.cpp |