Skip to content

Towel needs localization #5

Description

@casivaagustin-zz

Silex provides a translation service for Localization (not i18n yet).

http://silex.sensiolabs.org/doc/providers/translation.html

We need a smaller version of this.

We just want to have translations in PHP arrays, we don't need any other kind of format.
We need something for load all translations files in bootstrap (like routes)
We need something to detect the current language of the user (domain.com/lang/ for example).
We need a global function t to make the translations (like drupal t)
We need t function also available for twig ( {{ t('My Awesome Label') }}

Others ideas are welcome

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions