--Hello. I managed to release few languages using dark lang config from Django admin. (English and Lithuanian). It works great. User can choose his language from preferences. But I want to localize home page as well. What i did works fine for logged in users, but users who are not logged in are still shown the default english version of site.. I need it to be in Lithuanian as it does for logged in users right now.
I tried to change default language code parameter
LANGUAGE_CODEinto
lms.env.jsoncms.env.json
andedx-platform/lms/envs/common.pyedx-platform/cms/envs/common.py
But i doesn't seem to be working.
I also tried make fullstack localization steps from: https://github.com/edx/edx-platform/wiki/Internationalization-and-localization
but it works only when dark lang config isn't configured for few languages (lt-lt, en).Any ideas how to solve this?
You received this message because you are subscribed to the Google Groups "openedx-translation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-transla...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openedx-translation/81b884e7-b355-400a-9a90-ee10a859e386%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "openedx-translation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-transla...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openedx-translation/e9b3745e-093a-4434-becf-fcf52d9f382a%40googlegroups.com.
Is the user's browser preference set to Lithuanian? IF not they'll be shown the default site language.You can set the default site language to something that's not English. See the first sentence of this section: https://github.com/edx/edx-platform/wiki/Internationalization-and-localization#releasing-a-language
I solved this problem. In dark lang config I writted "lt-lt, en-uk" instead of "lt-lt, en". Now my aditional language is English (United Kingdom) insted of English (Source edx language).
Thanks Sarina for support !
--
You received this message because you are subscribed to the Google Groups "openedx-translation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-transla...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openedx-translation/3ca46d45-b374-4c82-aa64-31f81e709d47%40googlegroups.com.
I think this is a significant bug. Unfortunately I don't have the bandwidth to tackle this right now. If anyone is interested in looking into and perhaps fixing this bug, please comment on the ticket I've made: https://openedx.atlassian.net/browse/LOC-82
On Sat, May 23, 2015 at 4:16 PM, M. <mindauga...@gmail.com> wrote:
I solved this problem. In dark lang config I writted "lt-lt, en-uk" instead of "lt-lt, en". Now my aditional language is English (United Kingdom) insted of English (Source edx language).
Thanks Sarina for support !
--
You received this message because you are subscribed to the Google Groups "openedx-translation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-translation+unsub...@googlegroups.com.

I am seeing the same issue. I had "en, pt-br" but it would always show English, no matter the value of LANGUAGE_CODE.Changing it to "en-uk, pt-br" fixed the problem.
Thanks M.
On Tuesday, May 26, 2015 at 12:46:28 PM UTC-3, Sarina Canelake wrote:
I think this is a significant bug. Unfortunately I don't have the bandwidth to tackle this right now. If anyone is interested in looking into and perhaps fixing this bug, please comment on the ticket I've made: https://openedx.atlassian.net/browse/LOC-82
On Sat, May 23, 2015 at 4:16 PM, M. <mindauga...@gmail.com> wrote:
I solved this problem. In dark lang config I writted "lt-lt, en-uk" instead of "lt-lt, en". Now my aditional language is English (United Kingdom) insted of English (Source edx language).
Thanks Sarina for support !
--
You received this message because you are subscribed to the Google Groups "openedx-translation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-transla...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openedx-translation/3ca46d45-b374-4c82-aa64-31f81e709d47%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "openedx-translation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-transla...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openedx-translation/a079d569-df81-4451-a877-958e2b354205%40googlegroups.com.