Hello,
I'm setting up a multilingual website - trying to do so using Babel (3.0.0 beta5)
I followed the instructions given here:
https://anyscreensize.com/blog/modx-multilingual.
Looks quite right in the manager, I get a translation menu above each resource and can set up new resources in each context by clicking on it.
I tried it for one resource, translated it to the 2 languages I wanted to use, clicked on "publish" and saved it
But I'm running into problems when trying to use it via BabelLinks in templates:
I have three contexts: the "normal" web (german), Englisch and Svenska.
When using the Snippet "BabelLinks" with the most basic call
<ul><li>[[BabelLinks]]</li></ul>
I'm ending in an unordered List of three options:
*
*Englisch
*Swedish
1) Why's there a gap where it should say "German"?
-> is it possible to display the language in the right language - well, saying "Deutsch" for german, "English" for English and "Svenska" for Swedish?
-> Is it possible to only provide Links to the languages which differ from the actual language?
2) Clicking on the link doesn't display the wanted page (although the displayed URL is the right one!) - instead it displays the german page with ID = 1
All contexts have a setting of "Load only" for user anonymous.
3) What's the plugin "gateway" beeing used for? The tutorial mentioned above makes use of this, but doesn't say where to call this plugin?
Kind regards
calvair
PS: is there another resource / tutorial for Babel besides rtfm, multilingual-modx.com and designtfromwithin, which I just didn't find so far?