ezsystems / ezplatform-i18n
Meta repository to store every Ibexa translation. This should be used during development to ease synchronization with Crowdin. SHOULD NOT BE USED IN PRODUCTION
Installs: 93 750
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 15
Forks: 5
Language:Shell
- v3.3.33
- v3.3.17
- v3.3.1
- v3.3.0
- v3.3.0-rc1
- 3.0.x-dev
- v3.0.0
- v2.5.6
- v2.5.5
- v2.5.3
- v2.5.1
- v2.5.0
- v2.5.0-rc2
- v2.5.0-beta1
- v2.4.0
- v2.4.0-rc1
- v2.3.0
- v2.3.0-rc4
- v2.3.0-rc3
- v2.3.0-rc2
- v2.3.0-rc1
- v2.3.0-beta1
- v2.2.1
- v2.2.0
- v2.2.0-rc3
- v2.2.0-rc2
- v2.2.0-rc1
- v2.2.0-beta4
- v2.2.0-beta3
- v2.2.0-beta2
- v2.2.0-beta1
- 2.0.x-dev
- dev-master / 2.0.x-dev
- v1.5.0
- v1.5.0-rc1
- v1.4.0
- v1.4.0-rc1
- v1.4.0-beta1
- v1.3.0
- v1.3.0-rc1
- v1.3.0-beta1
- v1.2.0
- v1.2.0-rc1
- v1.2.0-beta1
- v1.1.0
- v1.1.0-rc1
- 1.0.x-dev
- v1.0.0
- v1.0.0-rc1
- v1.0.0-beta1
- dev-l10n_master_25
- dev-l10n_2.0
- dev-l10n_3.0
- dev-updated_paths_to_directories
- dev-l10n_master_new
- dev-ezp28890-js_translations
This package is auto-updated.
Last update: 2024-10-31 12:00:39 UTC
README
Introduction
This is a meta repository that centralizes Ibexa translations to ease synchronization with Crowdin.
Important : This repository is not supposed to be used on a production project, each translation will be split into a dedicated package.
Crowdin
If you want to help us translate Ibexa Open Source, feel free to contribute on the Ibexa project on Crowdin.
In context translation
You can enable Crowdin in context translation by setting a specific cookie on an Ibexa application.
One way to do this is to open the development console (right click, inspect) and run these lines:
Enable :
document.cookie='ez_in_context_translation=1;path=/;'; location.reload();
Disable :
document.cookie='ez_in_context_translation=;expires=Mon, 05 Jul 2000 00:00:00 GMT;path=/;'; location.reload();
COPYRIGHT
Copyright (C) 1999-2021 Ibexa AS (formerly eZ Systems AS). All rights reserved.
LICENSE
This source code is available separately under the following licenses:
A - Ibexa Business Use License Agreement (Ibexa BUL), version 2.3 or later versions (as license terms may be updated from time to time) Ibexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription, as described at: https://www.ibexa.co/product For the full Ibexa BUL license text, please see:
- LICENSE-bul file placed in the root of this source code, or
- https://www.ibexa.co/software-information/licenses-and-agreements (latest version applies)
AND
B - GNU General Public License, version 2 Grants an copyleft open source license with ABSOLUTELY NO WARRANTY. For the full GPL license text, please see:
- LICENSE file placed in the root of this source code, or
- https://www.gnu.org/licenses/old-licenses/gpl-2.0.html