-
### Description
The strings from the `lib/theme.json` are not being extracted for translation, likely due to `wp i18n make-pot` command being [limited to only scanning the `theme.json` file in the ro…
-
Feature Request : Add Support for JSON document translation
Description
The user would be able to upload a JSON document for translation.
DeepL systems would recursively process the nested object…
-
### Describe the inspiration for your proposal
High-Level goal:
I want to be able to consolidate and re-use what are practically-speaking a static set of property names or object keys within a sch…
-
I would like to translate json-Viewer into Italian. Is it already possible to do it?
If not, is it possible to make it translatable?
It seems there is not a standard for translation:
https://commun…
-
Once Bing and Google wasn't available anymore, I received this error:
![image](https://github.com/user-attachments/assets/90d6200e-72a2-4db2-a97f-cd5857ed2b20)
Then started a infinite loading
…
-
Creating __init__.py files for various mission conversions.
These should behave as follows:
- Define a parse function
- Function should take an array of bytes encoded as Ints
- Functions should use …
-
## Objective
Enhance the developer experience when working with internationalization (i18n) in Care by consolidating locale files and implementing a VS Code extension for easier management of translat…
-
## Is your feature request related to a problem? Please describe 👀
## Describe the solution you'd like 🎁
Order translation strings!
Building on this PR: https://github.com/msupply-fou…
-
### Describe the issue you are experiencing
Translating "More info dialog" into German is almost impossible without creating some word monster like
"Weitere Informationen"-Dialogfeld
Thi…
-
```
[{"foo":"bar"}]
```
gets translated as a variable into
```
[{ /*$merge: {"foo":"bar"}*/ }]
```
expected:
```
[{"{"}"foo":"bar"{"}"}]
```