https://github.com/skito/atmf-translationstool-windows
Windows compatible tool to manage ATMF translations
https://github.com/skito/atmf-translationstool-windows
atmf crossplatform format open-source template-engine tool translation windows
Last synced: about 1 month ago
JSON representation
Windows compatible tool to manage ATMF translations
- Host: GitHub
- URL: https://github.com/skito/atmf-translationstool-windows
- Owner: skito
- License: apache-2.0
- Created: 2021-10-31T09:05:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T09:34:33.000Z (over 4 years ago)
- Last Synced: 2025-09-04T00:30:14.542Z (10 months ago)
- Topics: atmf, crossplatform, format, open-source, template-engine, tool, translation, windows
- Language: C#
- Homepage:
- Size: 84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATMF Translations Tool for Windows


Tool for Windows which enables you to easily manage ATMF translations (workspaces).

## Definitions when working with the app
__WORKSPACE__
The main ATMF culture folder. Opening **non ATMF-structured folders** will have **unexpected results**!
__LANGUAGE__
Language folder (first level folder) inside the main ATMF culture folder.
__NAMESPACE__
Path to the JSON translations file based from the language path.
Example structure:
```
culture/
|__en-US/
|__page.json
|__header.json
|__settings/
|__profile.json
|__bg-BG/
|__page.json
|__header.json
|__settings/
```
In the example above there are 3 namespaces - ``page``, ``header``, ``settings/profile``.
## IMPORTANT
Please keep in mind that this is STILL BETA VERSION. It works, but it may contain a lot of bugs. Layout and functions are very basic. If you wish to make it better and have a coding capabilities on .NET - then you're welcome to contribute.