mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-12-12 20:35:58 +01:00
Ignore fuzzy messages when importing translations
Fuzzy messages are de-facto untranslated messages. CCBUG: 341632
This commit is contained in:
@@ -15,7 +15,7 @@ function export_pot_file # First parameter will be the path of the pot file we h
|
|||||||
function import_po_files # First parameter will be a path that will contain several .po files with the format LANG.po
|
function import_po_files # First parameter will be a path that will contain several .po files with the format LANG.po
|
||||||
{
|
{
|
||||||
podir=$1
|
podir=$1
|
||||||
a2po import --android res/ --gettext $podir
|
a2po import --ignore-fuzzy --android res/ --gettext $podir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user