Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

[solved] Problem with Second-Level-Domains like ".com.ru" #10

Open
JWestarp opened this issue Jan 24, 2018 · 0 comments
Open

[solved] Problem with Second-Level-Domains like ".com.ru" #10

JWestarp opened this issue Jan 24, 2018 · 0 comments

Comments

@JWestarp
Copy link

I had trouble with the tld ".com.ru".

After a long time I figured out, that domains like ".com.ru" have to be the first in the config.

Like this:
ru-RU=mydomain.com.ru
de-DE=mydomain.de
en-GB=mydomain.com
fr-FR=mydomain.fr

When the config looks like this..
de-DE=mydomain.de
en-GB=mydomain.com
fr-FR=mydomain.fr
ru-RU=mydomain.com.ru
.. you will get the english translation by opening mydomain.com.ru.
(Maybe because "mydomain.com.ru" contains "mydomain.com")

Maybe this helps someone.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant