On Wed, 2 Dec 2020 at 21:15, Abdullah Alhadab <[email protected]> wrote: > > greeting all, > > I am trying to build a Bilingual blog (Arabic and English ). but I am still > confused of what I need to change in conf.py. > > is there any example or tutorials for create bilingual website?
The init wizard will ask about languages. If you want to change your choice, change TRANSLATIONS and DEFAULT_LANG in conf.py. You might also use translated values for some settings (there are examples on how to do that in conf.py, all settings that support this are marked as translatable). -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAMw%2Bj7LL7V%3DUm%2BU-PvRfSWY4Zp_zy1WGRCQWHx4Ut3TC-E1%3DdQ%40mail.gmail.com.
