Skip to content

Instantly share code, notes, and snippets.

@AlD
Created January 24, 2012 16:18
Show Gist options
  • Save AlD/1670918 to your computer and use it in GitHub Desktop.
Save AlD/1670918 to your computer and use it in GitHub Desktop.
$ git reset --hard; echo ===; git diff; echo ===; tx pull -l de -f; echo ===; git diff
HEAD is now at c83924a fix plurals in some translations and a typo in ChannelListDlg
===
===
Pulling translations for resource quassel.master (source: po/quassel.pot)
-> de: po/de.po
Done.
===
diff --git a/po/de.po b/po/de.po
index a1024a0..2614b51 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3962,6 +3962,8 @@ msgid "%n pending highlight(s)"
msgid_plural "%n pending highlight(s)"
msgstr[0] "%n ausstehende Hervorhebung"
msgstr[1] "%n ausstehende Hervorhebungen"
+msgstr[2] "%n ausstehende Hervorhebung"
+msgstr[3] "%n ausstehende Hervorhebungen"
#: ../src/qtui/settingspages/keysequencewidget.cpp:77
msgctxt "KeySequenceButton|"
@@ -5748,6 +5750,8 @@ msgid "%n pending highlight(s)"
msgid_plural "%n pending highlight(s)"
msgstr[0] "%n ausstehende Hervorhebung"
msgstr[1] "%n ausstehende Hervorhebungen"
+msgstr[2] "%n ausstehende Hervorhebung"
+msgstr[3] "%n ausstehende Hervorhebungen"
#: ../src/qtui/systraynotificationbackend.cpp:135
msgctxt "SystrayNotificationBackend::ConfigWidget|"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment