How to avoid duplicates in the PO translation files?
For example I use the translation string in two units, for example Unit1 and Unit2
resourcestrings
sError='Error';
This generates two same translation strings in the POT file
When I use INC file, where I collect translation strings, in each unit like that
resourcestrings
{$include translation.inc}
In this case result is the same.