diff --git a/tools/genlang b/tools/genlang index e20ed637d1..965c187f81 100755 --- a/tools/genlang +++ b/tools/genlang @@ -232,7 +232,9 @@ if($english) { print STDERR "DEST: \"$dest\" for $name / $id\n"; - if($dest && ($dest ne "none")) { + if($update || ($dest && ($dest ne "none"))) { + # we unconditionally always use all IDs when the "update" + # feature is used $id = $maybeid; print STDERR "DEST: use this id $id\n"; }