Localization for All Localizable Data #455
kozmotronik
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 there!
I pleasently use this nice theme. I'm trying to build a multilingual blog site, however having trouble with localization of some global variables like
introDescription
anddisclaimerText
.My goal is to localize all description-like text to three different languages; Turkish, Spanish and English. I have already created their respective localization files under the
i18n
directory. I am trying to localize theintroDescription
and thedisclaimerText
in their respective localization file, but these informations seem to derived only from theparams.toml
file. Because when I comment them out, these informations dissappear from the sidebar despite their definition in the localization files.This is how I define them in the localization, for example en.toml:
en.toml
I've also tried changing the variable names as
[intro_description]
and[disclaimer_text]
but no avail. How can I do so that those variables derive from the localization files? Thank you.Beta Was this translation helpful? Give feedback.
All reactions