Coder Social home page Coder Social logo

Comments (5)

dwaynebailey avatar dwaynebailey commented on July 21, 2024

Committed a test for the first part of the problem:

dtd2po

<!ENTITY noupdatesfound.intro “A hard coded newline.\n”>

Is converted to:

#: noupdatesfound.intro
msgid “A hard coded newline.\n”
msgstr ""

When it should be

#: noupdatesfound.intro
msgid “A hard coded newline.\n”
msgstr ""

Ie not escaped newline at the end

from translate.

dwaynebailey avatar dwaynebailey commented on July 21, 2024

Argh `BZ-IMPORT::comment #4` is for bug #84

from translate.

dwaynebailey avatar dwaynebailey commented on July 21, 2024

For complete Mozillage we should be able to extract localisable files directly
from Mozilla CVS so this is a blocker for full Mozilla support

from translate.

dwaynebailey avatar dwaynebailey commented on July 21, 2024

The hardest part is to extract from Mozilla CVS to Mozilla l10n structure. Once
the POT files are in l10n/ structure they need not change.

We should have an options that defines which part of Mozilla you wish to extract:

firefox,thunderbird,common,etc which allows us to select multiple targets.

—mozillacvs=firefox,common

Within moz2po we need the ability to specify which files go where:

ie $mozilla/browser/locale=$l10n/browser

I don’t think we need to do it on the file level.

from translate.

dwaynebailey avatar dwaynebailey commented on July 21, 2024

Mozilla has added some functionality which makes this need obsolete. This has
been documented in:

http://translate.sourceforge.net/wiki/toolkit/moz2po

We now make use of Mozilla own Makefile target create-en-US to create a
correctly structured source translation directory.

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.