Jean Aurambault
Jean Aurambault
looks like this `openjdk@8` dependency has not been updated to work on M1. So you'd have to install Java 8 by hand. [Adoptium / Temurin ](https://adoptium.net/temurin/releases/?version=8) has build for M1...
Just to clarify did you do a `push` first to import the source string (your ls command doesn't show a source file, just the localzied french file)? Then you can...
Yes, right now Mojito only support `.xliff` and not `.xlf` as extension. We'd need to do some modification to support multiple extension for a given file format.
@gintsgints the bug is due to having `_` in the properties base name. It gets confused about which part is the locale and which part is not. I don't have...
re-commenting here... so I guess you did the push but the file names should be like this ``` resources.xliff # source strings - sent to mojito with "mojito push" resources_fr-FR.xliff...
try `mojito import -r MyRepo -sr "^resources.xliff$"`. `-sr` is to filter out source files, it should not be applied to filter the target target file
@danjor indeed, the documentation snippet is wrong. Mojito supports 1.2 as provided by the [okapi filter ](https://okapiframework.org/wiki/index.php/XLIFF_Filter). @montedonio-pinterest could you review / try to fix the XML headers so it...
Hi @emberist . Have you seen this [doc](https://www.mojito.global//docs/guides/branching/) ? Any specific question after reading this?
The merge is done when pushing (`mojito push`) any branch. It can be a new branch, an update to an exciting branch or even deleting a branch. The new list...
The doc is outdated and the paragraph is not valid anymore. I'll remove it. > Is string2 merged? Will be in the master branch? No, it is not merged. `string2`...