Splitting translations for a locale into multiple files #2910
cernymatej
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'd like to discuss whether it is better to keep all translations in a single file or to split them into multiple files.
I was hoping that splitting them would allow the files to load lazily, only when a key from a certain file was used. However, I found that this is not the case.
VS
I imagine that since the individual files are not loaded lazily, it is more performant / efficient to have a single large file that is downloaded in one request, isn't it?
Beta Was this translation helpful? Give feedback.
All reactions