-
Type:
Task
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Editor general
-
Medium
-
-
Emptyshow more show less
Problem
In our internal translation-files there (maybe) are text-snippets which are not used in translate5 any more. So we have to find if they are still used. And remove the ones which are not used any more
Solution
Search in all *.php and *.phtml files in translate5 for all text-definitions. Store the findings in a list.
Now search for all translation-files de.xliff. Loop through all <source>-entries (text-snippets) and look if the entry is in the above list of found text-definitions.
If its not in the list, the text-snippet is not used any more.
Addendum
Also french and italian should should be added as languages