diff --git a/src/Pluf/Translation.php b/src/Pluf/Translation.php index 3be0f6a..c151550 100644 --- a/src/Pluf/Translation.php +++ b/src/Pluf/Translation.php @@ -196,6 +196,7 @@ class Pluf_Translation case '#.' : // extracted-comments case '#:' : // reference... case '#|' : // msgid previous-untranslated-string + case '#~' : // deprecated translations // start a new entry if (sizeof($temp) && array_key_exists('msgid', $temp) && array_key_exists('msgstr', $temp)) { if (!$fuzzy)