serge
serge copied to clipboard
Continuous localization platform
This is an **enhancement**. The current implementation of [the `serialize_xliff.pm` XLIFF serializer](https://github.com/evernote/serge/blob/master/lib/Serge/Engine/Plugin/serialize_xliff.pm) is built around the concept of one source file per XLIFF interchange file. You can see this assumption...
Hey! We want to introduce Continuous Localization to our project, and I stumbled over this promising tool. I think I have understood the main concepts: - Serge for Translation Management...
When serge import command run with specifying config folder relative paths are resolved relative to current working directory instead of config file location.
Fixes https://github.com/evernote/serge/issues/112
Fixes #92
Allows testing for pootle and any other future supported translation services. Using similar declarative approach like the engine tests. Also increases real code coverage.
I tested interactively on Linux multiple times with --initialize, push, pull, and adding versioned files. I'm not yet using this in production because of unrelated reasons, and it might be...
I have a string which has been extracted from C++ code which uses printf() parameter fields: https://en.wikipedia.org/wiki/Printf_format_string#Parameter_field The `transliterate` option of the `test_language` plugin in Serge v1.4 is modifying the...
Mojito translation service plugin has a boolean property in the schema. When trying to use an env variable with it I get the following error Exception occurred while processing configuration...
Current optimization logic (https://github.com/evernote/serge/blob/4fde09810df74305f3ba33f94986cb209f1ba05d/lib/Serge/Engine.pm#L1202-L1206) doesn't account for the fact that the TS files for language may need to be rebuilt if there are new potentially reusable strings in the database...