fantasia-archive
fantasia-archive copied to clipboard
i18n app support
Hello,
Is there any i18n app support planned ? If yes, I'd like to contribute to French translation !
Thanks :)
Yes, it is on the roadmap and will be included in the next 1-3 updates.
I will hit you up once the update is out!
Yes, it is on the roadmap and will be included in the next 1-3 updates.
I will hit you up once the update is out!
Will this feature be added?
Any update?
@OckhamOdyssey it seems the support is already there.
@OckhamOdyssey it seems the support is already there.
Which files must be translated?
Hit me when I can translate
Seems not supported yet :( Did not find any "language selection" feature.
FYI, I'm working on a i18n implementation and it seems to work. The time-consuming part now is to "bind" actual translated values to a dictionary.
@Elvanos can you please have a look at https://github.com/Elvanos/fantasia-archive/pull/33 ?
Just to know if I'm implementation seems correct without missing things and if I can start to populate dictionary and replace all localized text to dictionary entries (vue-i18n
)
I'm not sure about the saveSettings
part and how it is loaded at application start (I suppose language is persisted somewhere and set when reading at startup options, it may miss a language set at this level).