Kunstmaan / KunstmaanBundlesStandardEdition

The "Kunstmaan Bundles Standard Edition" distribution
http://bundles.kunstmaan.be
MIT License
89 stars 39 forks source link

how to change language on kunstmaan cms #221

Closed taalayuulu closed 7 years ago

taalayuulu commented 8 years ago

Hi there ! I want to change kunstmaan bundle language. I have created single language web page but all admin section completely in english , so may I choose another language as a default , say russian ? If yes , have can I do that and where I can find translations for that ?

sandergo90 commented 7 years ago

Hi,

In your config.yml you can specify the admin locales:

kunstmaan_admin: admin_locales: ['nl', 'en']

You will have to add the translation files for russian because this language currently does not exist in the bundles. You can create a pull request for this of course ;)

Sander

taalayuulu commented 7 years ago

thanks dude !