-
I'm working on a project involving translations in Tzotzil, which is in https://en.wikipedia.org/wiki/ISO_639-3 but not https://en.wikipedia.org/wiki/ISO_639-2, which is what the Symfony/Intl component uses. Is there a way to add a language to the component, so that the rest of the translation integration works seamlessly? And if so, where? The Kernel? The compiler pass? |
Beta Was this translation helpful? Give feedback.
Answered by
stof
Apr 1, 2025
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there is no hook to inject additional data in the data files of the symfony/intl component.