Edwin Hoogerbeets
Edwin Hoogerbeets
The x tag is not part of the xliff xml schema, so the parser will drop it. If you want an xml element to be a part of the string...
Yes, those look like a good solution and that it would work. I think it might be difficult to update the parser in mojito because it is a 3rd party...
Oh wow! I did not know about that! I guess it is part of the xliff schema. I guess the parser has a bug then.
@caolan Hi Caolan, can you review this PR?
@caolan Can you please take a look at this?
That's not so easy to do. There are many endings that are used in different verbs, moods, tenses, persons, etc. For example, the suffix "o" is used in the indicative...
Hi Bruno, thanks for bringing these up! I'm glad someone is actually getting some use out of it. I will have a little time in the next few days to...
Hi Bruno, I have added you as a collaborator. Fix is here if you'd like to review it: https://github.com/ehoogerbeets/conjugator/pull/4
toLower and toUpper are locale dependent, and cannot be performed only on a single character. For example in Greek, the capital sigma Σ lower cases to σ in the middle...