-
```
All of the MbUnit components should have strings extracted so that they can
be fully localized.
When we choose to do this, we can break this task down to cover work on
individual components.
```
…
-
Imported from lighthouse. Original ticket at: http://browsermedia.lighthouseapp.com/projects/28481/tickets/276. Created by Roman Smirnov - 2010-01-13 11:46:20 UTC
For now BrowserCMS hardcodes all str…
-
```
All of the MbUnit components should have strings extracted so that they can
be fully localized.
When we choose to do this, we can break this task down to cover work on
individual components.
```
…
-
```
All of the MbUnit components should have strings extracted so that they can
be fully localized.
When we choose to do this, we can break this task down to cover work on
individual components.
```
…
-
```
All of the MbUnit components should have strings extracted so that they can
be fully localized.
When we choose to do this, we can break this task down to cover work on
individual components.
```
…
-
Hi, I wanted to start localizing a new project using vue-gettex that strikes me for the rich documentation and the solution 360 degrees (from .vue, to extracting and to json).
I read the limitation i…
-
```
All of the MbUnit components should have strings extracted so that they can
be fully localized.
When we choose to do this, we can break this task down to cover work on
individual components.
```
…
-
This is a problem affecting the extraction of string from python files.
While format strings like `"Hello %(name)s"` are correctly extracted and marked with the `#, python-format` marker, strings l…
-
I was trying to raise a container using the karton-config-extractor that exists in docker hub.
I've tried `-modules /path/modules/`, ` -modules /path/modules`, `karton-config-extractor -modules /pa…
-
Hi,
I'm looking to do some basic colourspace work -
- parse some hex strings
- extract the hue, discard the rest
- set the saturation and value
- convert back to RGB
- etc.
I think it'd …