-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)Translation
Description
Looking at the translations/
directory, it holds N*N files. That is each domain, for each locale:
domain.en.yaml
domain.nl.yaml
other.en.yaml
...
instead, i like to propose:
en/
domain.yaml
other.yaml
nl/
domain.yaml
The directory is much less cluttered:
- we see the supported locales
- in the default locale we the supported domains
- adding a new locale is simple like
cp -R en fr
Thoughts?
julienfalque, linaori, Capenus, apfelbox, PabloKowalczyk and 1 more
Metadata
Metadata
Assignees
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)Translation