fei/translate-common

Flash applicative translate - common components

v1.3.0 2018-07-09 14:43 UTC

README

GitHub licenseBuild Status

Table of contents

Entities

I18nString entity

In addition to traditional id and createdAt fields, I18nString entity has four important properties:

  • lang is a string indicating the language of the translation. It can be formatted either with two chars or with 5. For example you could have fr or fr_FR
  • key is a string representing the key used to refer to this translation
  • namespace is a string representing the namespace of the translation. For example, you could have /project/pricer/invoices
  • content is a string representing the content of your translation

Contribution

As FEI Service, designed and made by OpCoding. The contribution workflow will involve both technical teams. Feel free to contribute, to improve features and apply patches, but keep in mind to carefully deal with pull request. Merging must be the product of complete discussions between Flash and OpCoding teams :)