From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: 'resolv' => 'Resolv-Retry', = Obsolete? Date: Sat, 04 Feb 2017 18:34:48 +0100 Message-ID: <67a4669e-1a9b-a040-3e23-b616fe70012f@ipfire.org> In-Reply-To: <9dca0521-c4de-dcdb-902d-40190ed20729@web.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1406777189093394753==" List-Id: --===============1406777189093394753== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Timmothy, I'm a ~bit puzzled, to say the least. Is this right or is someone kidding me? Unused translation strings: de.pl: 669 en.pl: 775 es.pl: 620 fr.pl: 630 it.pl: 697 nl.pl: 693 pl.pl: 620 ru.pl: 621 tr.pl: 705 For a start: Why not delete these unused entries!? I'm not so good in bash-programming, but how about something like this: UNUSED_STRINGS=3D( '[STRING_FROM_LANGUAGE_ISSUES_XY]' '[NEXT_STRING...]' '[NEXT_STRING...]' . . . for i in ${UNUSED_STRINGS[@]}; do [SOME_SED_AND_GREP_COMMANDS{i}_TO_DELETE_UNUSED_ENTRIES_LINE_BY_LINE_FROM_XY= .PL_FILES_ONE_BY_ONE] . . . I'd do it "one by one" but this is a bit too much for a hand job... ;-)) Ideas and programming examples are welcome! Best, Matthias On 04.02.2017 17:32, IT Superhack wrote: > Hello Matthias, >=20 > as far as I am aware, there are a lot of unused translated > strings (and of untranslated used) which seem to be listed in > doc/language_issues.[language] >=20 > Example: > http://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dblob;f=3Ddoc/language_issues.= en;h=3Df2b6eb7b4aa68fde7a0d14594b5bd96d842fba85;hb=3Df2b6eb7b4aa68fde7a0d1459= 4b5bd96d842fba85 >=20 > It seems like some strings are obsolete and can be safely > deleted - but I don't know for sure. >=20 > Thanks for caring about #10972 and #11271. >=20 > Best regards, > Timmothy Wilson >=20 > Matthias Fischer: >> Hi, >>=20 >> ...speaking about typos: ;-) >>=20 >> Can anybody tell me for what is the translation... >>=20 >> 'resolv' =3D> 'Resolv-Retry' >>=20 >> ...good for? >>=20 >> I can't find an appropriate "Lang::tr"-translation command. Is this >> string obsolete? >>=20 >> Best, >> Matthias >>=20 >=20 >=20 --===============1406777189093394753==--