mozilla-firefox-locale-lt has incorrectly translated "View" in the main menu

Bug #45381 reported by Mantas Kriaučiūnas
6
Affects Status Importance Assigned to Milestone
mozilla-firefox-locale-all (Ubuntu)
Fix Released
Medium
Martin Pitt

Bug Description

Lithuanian Firefox translation has incorrectly translated "View" in the main menu - all other software in Ubuntu translated "View" as "Rodyti" or "Rodymas", but in Firefox this is translated as artifical word "Rodinys", which isn't understandable by the majority of Lithuanians.
Mozilla Firefox Lithuanian translators promised to fix this bug (look at http://ieva.mif.vu.lt/archyvai/komp_lt/4821.html ), but it seems they didn't fit in time for this version :(
This bug is very easy to fix - just replace "Rodinys" with "Rodymas" in few files from lt.jar archive (which is in lt.xpi archive from mozilla-firefox-locale-all source package).

I'm attaching lt.diff patch, which will fix this problem, to this bugreport. Please put this patch into debian/patches/ folder of mozilla-firefox-locale-all source package.

Firefox Lithuanian translation was corrected by this simple script:

find locale/ -type f -print | xargs grep -i rodinys | cut -f1 -d: | while read
file; do
  sed 's/Rodinys/Rodymas/g' $file > tempfile
  cp tempfile $file
  rm -f tempfile
done

Revision history for this message
Martin Pitt (pitti) wrote :

Can you please attach the patch?

Changed in mozilla-firefox-locale-all:
status: Unconfirmed → Needs Info
assignee: nobody → pitti
Revision history for this message
Martin Pitt (pitti) wrote :

Nevermind, it was easy enough to generate myself:

 mozilla-firefox-locale-all (1.5.0.1ubuntu6-2) dapper; urgency=low
 .
   * Add debian/patches/lt.diff: Replace unintelligible Lithuanian word
     'Rodinys' with 'Rodymas' (the word used in other Lithuanian Gnome
     translations). Closes: LP#45381

Changed in mozilla-firefox-locale-all:
status: Needs Info → Fix Released
Revision history for this message
Mantas Kriaučiūnas (mantas) wrote : patch, which fix "View" translation in Firefox Lithuanian langpack

Please put this patch into debian/patches/ folder of mozilla-firefox-locale-all source package.
Fixed mozilla-firefox-locale-lt deb package and .diff.gz to mozilla-firefox-locale-all package are available at ftp://ftp.akl.lt/Internetas/Mozilla-Firefox-LT/1.5.0.1/

Revision history for this message
Mantas Kriaučiūnas (mantas) wrote :

Hehe, it seems it's not good to have dinner while attaching patch :)
Your patch is identifical to my patch, thank you :)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.