Confirmed users
1,016
edits
No edit summary |
|||
| Line 12: | Line 12: | ||
=== Communication layer === | === Communication layer === | ||
The communication layer between the developer and the localizer is set in a very different point than in most other localization systems. The developer is expected to provide a single entity ID and, optionally, a set of parameters required to build the message, and receive a complete result, no matter of the language. Whole logic that is required to | The communication layer between the developer and the localizer is set in a very different point than in most other localization systems. The developer is expected to provide a single entity ID and, optionally, a set of parameters required to build the message, and receive a complete result, no matter of the language. | ||
Whole logic that is required to build the message should be hidden and separated from the code logic and is a part of localization format. It's also separated from any other localization so that different locales do not leak onto each other their custom requirements and linguistic features. | |||
== Goals == | == Goals == | ||