Mconf-Web with shibboleth for development
Instructions to enable shibboleth in development in Mconf-Web
Everything you need to know about Mconf.
We use Transifex to translate Mconf-Web to other languages. To help with the translation, visit https://www.transifex.com/projects/p/mconf-web/, create an account and request to be included as a translator to the language you with to translate Mconf-Web to.
The languages maintained by the Mconf team are:
All the language files are inside the folder config/locales
and they use the YAML format. There is a folder for each language and each of these folders contains one or more language files. All the files in these folders are automatically loaded when the application starts.
en
and pt-br
are updated during the development process. Files are updated directly on GitHub.en
and pt-br
are uploaded to Transifex.For French (“fr”), for example:
config/locales/fr/
;config/locales/en/
and save them in config/locales/fr/
using the same filename;:fr
to the list of available locales in the application in config/application.rb;.js
with the locale for moment.js in app/assets/javascripts/application.js.Note: Grepping for an existent language might help (e.g. grep "es.419" . -r
).