forked from cromer/pamac-classic
add missing translations of optional_for
This commit is contained in:
parent
c5466d679c
commit
cad52d23e1
4
po/fr.po
4
po/fr.po
@ -412,6 +412,10 @@ msgstr "Dépendances optionnelles"
|
||||
msgid "Required By"
|
||||
msgstr "Requis par"
|
||||
|
||||
#: ../src/manager_window.vala
|
||||
msgid "Optional For"
|
||||
msgstr "Optionnel pour"
|
||||
|
||||
#: ../src/manager_window.vala
|
||||
msgid "Provides"
|
||||
msgstr "Fournit"
|
||||
|
@ -401,6 +401,10 @@ msgstr ""
|
||||
msgid "Required By"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/manager_window.vala
|
||||
msgid "Optional For"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/manager_window.vala
|
||||
msgid "Provides"
|
||||
msgstr ""
|
||||
|
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
for i in `ls ./ | sed s'|.po||'` ; do
|
||||
msgmerge --update --no-fuzzy-matching --add-location=file --backup=none ./$i.po pamac.pot
|
||||
msgmerge --update --no-fuzzy-matching --no-wrap --add-location=file --backup=none ./$i.po pamac.pot
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user