Skip to content

The editor to manage JSON files for the translation of your applications (i18n).

License

Notifications You must be signed in to change notification settings

DenMic/ngx-translation-editor

Repository files navigation

NgxTranslationEditor

The editor to manage JSON files for the translation of your applications (i18n).

At this moment the project is still in alpha testing.

img

Simple example of managed file

{
    "NAME": "Name",
    "DESCRIPTION": "Description",
    "VALUE": "Value",
    "CLOSE": "Close",
    "ADD": "Add",
    "EXTENTION_NAME": "Extention name",
    "SEARCH": "Search",
    "IMPORT": "Import",
    "EXPORT": "Export",

    "PROJECT": {
        "TITLE_PAGE": "Project",
        "NEW": "New Project",
        "ADD": "Add Project",
        "REMOVE": "Remove Project"
    }
}

Installation

git clone https://github.com/DenMic/ngx-translation-editor.git
cd ngx-translation-editor
npm i

ng serve

About

The editor to manage JSON files for the translation of your applications (i18n).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published