Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#1413 closed defect (fixed)

broken mn.po

Reported by: sascha_silbe Owned by: sayamindu
Priority: Unspecified by Maintainer Milestone:
Component: localization Version: Git as of bugdate
Severity: Blocker Keywords: r+
Cc: sayamindu Distribution/OS: Unspecified
Bug Status: New

Description

I don't know why only one of my systems wants to rebuild the translations, but the error itself is reproducible on others as well:

file=`echo mn | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file mn.po
mn.po:1347: duplicate message definition...
mn.po:1044: ...this is the location of the first definition
/usr/bin/msgfmt: found 1 fatal error
make[1]: *** [mn.gmo] Error 1
make[1]: Leaving directory `/home/sascha.silbe/sugar-jhbuild/source/sugar/po'
make: *** [all-recursive] Error 1

To reproduce:

cd source/sugar/po
/usr/bin/msgfmt -o mn.gmo mn.po

Change History (5)

comment:1 Changed 15 years ago by sascha_silbe

Slight correction: at least two of them want to rebuild the translations (happened on another one right now).

comment:2 Changed 15 years ago by walter

  • Cc sayamindu added

FWIW, the POT file does not seem to have the duplicate msgid--it must have been some weird merge error somewhere along the way. Deleting the duplicate is temporary fix that lets the build complete.

comment:3 Changed 15 years ago by tomeu

  • Component changed from sugar to localization
  • Keywords r? added
  • Owner changed from tomeu to sayamindu
  • Status changed from new to assigned
diff --git a/po/mn.po b/po/mn.po
index bb07241..7bf8671 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -1040,9 +1040,6 @@ msgstr "Салгах"
 #~ msgid "About my XO"
 #~ msgstr "Миний ХО-гын тухай"
 
-#~ msgid "Mesh"
-#~ msgstr "Тархалт"
-
 #~ msgid "Connected to a School Mesh Portal"
 #~ msgstr "Сургуулийн тархалтын порталд холбогдлоо."
 

comment:4 Changed 15 years ago by tomeu

  • Keywords r+ added; r? removed
  • Resolution set to fixed
  • Status changed from assigned to closed

comment:5 Changed 11 years ago by dnarvaez

  • Milestone 0.86 deleted

Milestone 0.86 deleted

Note: See TracTickets for help on using tickets.