08:03:35 <berti> hm 08:04:37 <berti> re-installing requirements-extras fails. toml was updates to 0.9.3.1 09:47:09 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vdnh7 09:47:09 -GitHub[nikola]:#nikola- nikola/master 28c4803 Chris Warrick: Working around toml's borked package 09:57:59 -travis-ci:#nikola- getnikola/nikola#9511 (master - 28c4803 : Chris Warrick): The build passed. 09:58:00 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/a59c5492898d...28c480304362 09:58:00 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/282177065 16:08:52 <charlesay> hi, i am confused by Nikola's behaviour in trying to set up a bilingual site 16:09:06 <charlesay> (on https://pressschlag.net/pressschlag/) 16:14:39 <charlesay> firstly, though the default language should be german, that link to the root of the site shows the english version 16:15:50 <charlesay> secondly, following the link to the german one leads to a ./de page, but that one is missing a link to the english or the default one 16:19:26 <charlesay> thirdly, while the language seperation works on the english site, it doesn't on the german (ie all, also the en versions, are shown) 16:20:32 <charlesay> and the german versions also lack the link to the english ones, but not vice versa 16:24:09 <charlesay> finally, the english and german version show a post that is only present in german differently 16:25:17 <charlesay> there may be errors in my document structure and i'm not sure i grasped quite rightly how it's supposed to work, but this behaviour looks inconsistent 16:25:59 <ralsina> charlesay: by default if a post is only written in one language it will be shown in both sites 16:26:09 <ralsina> charlesay: you can change that with a setting, let me dig it 16:26:28 <ralsina> SHOW_UNTRANSLATED_POSTS 16:26:38 <ralsina> set it to False and the behaviour may be more to your linking 16:26:42 <ralsina> liking* 16:27:31 <ralsina> As for the default language, can you show me your DEFAULT_LANG and TRANSLATIONS settings?