Lokalize icon indicating copy to clipboard operation
Lokalize copied to clipboard

Manage localzation strings for your app in Cockpit

Results 6 Lokalize issues
Sort by recently updated
recently updated
newest added

This fixes some of features that I think are missing in Lokalize, which I love and use. Here are the features and my comments on why they are quality of...

When a translation value once has been set, it cannot be unset again. This PR removes values which are empty strings after trimming.

I would appreciate a minimal clear example of how to use the Localized option in a collection's text field. Right now, when I set a field's Localization switch to ON,...

My organization has the need to programmatically update keys via the REST API. This PR enables an API route that enables a full or partial update of the values.

Currently, any lokalize-user can delete translation-keys from a Lokalize-project. Accidental deletion of translation-labels can have bad consequences. Therefore it would be nice to prevent this from happening. This PR limits...

Currently, when you add a new language key to a Lokalize-project, but leave the value empty, the key is only saved in `keys` but not in `values` of the project-entry....