Hi,

I like that plan. I've started working on L20n support in Pontoon.

On Fri, Apr 17, 2015 at 11:13 PM, Zibi Braniecki <
[email protected]> wrote:

> We also need Pootle support. I'm working on basic conversion between po
> and l20n [2], which should work since we only start with the features that
> .properties already have.


I've successfully parsed the following .l20n file and imported it using
your parser:

--
<everyday "Every day">

<close "Close"
 accesskey: "C"
>

<nSpinnerSeconds[@cldr.plural(n)] {
  zero: "zero seconds",
  one: "one second",
  two: "{{ n }} seconds",
  few: "{{ n }} seconds",
  many: "{{ n }} seconds",
  other: "{{ n }} seconds"
}>
--

Does the file cover the entire l20n subset we want to support initially?

Now we only need the serializer, which will probably come as part of your
po2l20n effort.

-Matjaž
_______________________________________________
tools-l10n mailing list
[email protected]
https://lists.mozilla.org/listinfo/tools-l10n

Reply via email to