Terrastories / terrastories

Terrastories is a geostorytelling application for mapping, managing and sharing place-based stories.
https://terrastories.app
MIT License
319 stars 157 forks source link

Make it easier to add languages for i18n (and documentation) #200

Closed rudokemper closed 5 years ago

rudokemper commented 5 years ago

In order to add a language to Terrastories, the code has to be modified in a number of places:

application.rb: line 21 (default locale) routes.rb: line 12 (list of available languages) welcome/index.html.erb: line 27 (the front page language picker) config/locales: here, the user has to add the languages as defined in the above places.

We should make it easy enough that the user doesn't have to change any of the code, and document the process of adding new languages.

rudokemper commented 5 years ago

Taken care of during Ruby by the Bay 2019.