Git Product home page Git Product logo

Comments (6)

transl8bzimport avatar transl8bzimport commented on May 18, 2024

Originally posted by Oscar Manuel Gómez Senovilla:

Created [attachment 42](http://bugs.locamotion.org/attachment.cgi?id=42)

File described in comment 1

This file, when converted to po with moz2po, results in a zero size file. Other
properties files seem ok

from translate.

dwaynebailey avatar dwaynebailey commented on May 18, 2024

Do you have the associated english .properties file. We need that to convert to PO.

Do you get any errors during convertsion?
—errorlevel=traceback

from translate.

davidfraser avatar davidfraser commented on May 18, 2024

The error was as follows:
/mnt/zuza/translate.org.za/translate.sourceforge.net/src/translate/misc/quote.py:257
elif s >= len(source):
E raise ValueError(“\ at end of string”)

> ```
> ValueError: \ at end of string
> ```

The line causing it was:
EnterLinkText=Introduzca el texto a mostrar para el enlace:

I’ve added a test in storage/test_properties.py

from translate.

davidfraser avatar davidfraser commented on May 18, 2024

This is fixed with the commit to properties.py to allow escapes at the end of
the string.
Oscar, can you verify?

from translate.

transl8bzimport avatar transl8bzimport commented on May 18, 2024

Originally posted by Oscar Manuel Gómez Senovilla:

I get this with the new file:
moz2po: warning: Error processing: input
l10n/es-ES/editor/ui/chrome/composer/editor.properties, output
po/es-ES/editor/ui/chrome/composer/editor.properties.po, template
l10n/en-US/editor/ui/chrome/composer/editor.properties: \ at end of string

Maybe it’s the same, but still having trouble

from translate.

dwaynebailey avatar dwaynebailey commented on May 18, 2024

Tested this on the supplied file with templates from Mozilla 1.5:

moz2po -t editor-template.properties -i editor.properties -o editor.properties.po

Creates a valid PO file with items correctly merged. \ at end of line is now
escaped:

#: EnterLinkText
msgid “Enter text to display for the link:”
msgstr “Introduzca el texto a mostrar para el enlace\:”

from translate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.