Skip to content

Commit

Permalink
Extend README
Browse files Browse the repository at this point in the history
  • Loading branch information
Starwort committed Sep 5, 2021
1 parent e5561ba commit e3d447d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

An additional open-source i18n manager (as the open-source ones all seem to be bad, and the good ones all seem to be paid-plan)

YAIM is a localisation tool intended for `i18next` projects. It allows you to edit translation files through an interface instead of dealing with JSON files directly. In addition, it will show you how complete each translation is on a per-namespace basis. This is particularly aimed towards non-developers, who may not wish to modify files directly; but it is still useful for developers who wish to speed up their keying process.

YAIM's translation keys were created with YAIM.

## Usage

Install all dependencies: `npm i`
Expand All @@ -14,6 +18,20 @@ To develop the app: `npm start` in one console, and `npm run electron-dev` in an

In addition to the Electron app, [a web version](https://starbright.dyndns.org/yaim) is available.

YAIM expects your workspace to be in the following format:

```
workspace root
|- language folder
| |- namespace.json
| |- other_namespace.json
|- other language folder
|- namespace.json
|- other_namespace.json
```

Using namespace/lang instead of lang/namespace will cause issues!

## Credits

The YAIM logos were designed by @0xicl33n. All other material was created by @Starwort, the owner of this repository.

0 comments on commit e3d447d

Please sign in to comment.