mojito icon indicating copy to clipboard operation
mojito copied to clipboard

An automation platform that enables continuous localization.

Results 73 mojito issues
Sort by recently updated
recently updated
newest added

Record the TextUnits that were associated with a specific PushRun in the database to aid state-based delta generation.

Added functionality to the chrome extension to retrieve machine translations for flagged strings by calling to a remote endpoint that takes the requested locale and message as query parameters in...

Upgraded the chrome extension to work with Manifest V3 changes.

Hi, i need to access the current user in workbench component but when i try to get it from Users.js , i am getting the error: "dispatcher not provided "....

Hello, i am trying to use active user (Users.js) in Workbench/TextUnit.js. I am trying to do that by using createContext and createContext.Provider-Consumer. But i am always getting the same error...

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies
javascript

Replace HSQL with MySQL for higher fidelity integration tests and to be able to also test native queries and platform-specific functionality.

Hello, I'm facing some issue where .xlf files are not processed even if the readme indicated this format is handled 👍 https://www.mojito.global//docs/refs/mojito-file-formats/ `mojito repo-create -n MyRepo -l fr-FR` ``` Create...

Hello, I tried to push an xliff file version 2 to but it failed. **Is Xliff version 2 supported ?** https://www.mojito.global//docs/refs/mojito-file-formats/ This page indicated supported files, and for xliff, the...

I'm using xliff 1.2 files. After translating fields from the webapp, interpolation tags get removed from the target. ```html Remove Remove Action verb ``` become ```html Remove Supprimer Action verb...