larsiusprime / firetongue

A translation/localization framework written in Haxe
MIT License
143 stars 32 forks source link

Enhancement: Additional file formats for localizations #46

Open EliteMasterEric opened 2 years ago

EliteMasterEric commented 2 years ago

There are a variety of file formats available for storing and using translations, and Firetongue should support more of them.

This checklist is based on the list of file formats available for export from POEditor.com, an online localization platform.

:

msgid "hello-world" msgstr "Hello, world!"

:

msgid "test-string" msgstr "My mom took the elevator to the defense department."

- [ ] YAML (.yml)
```yaml
hello-world: Hello, world!
test-string: My mom took the elevator to the defense department.
EliteMasterEric commented 2 years ago

See https://poeditor.com/help/#SupportedFormats for some common formats, although we should probably focus on the most popular ones to minimize development time.