Changeset [09363a447b41bf2658b94298c236110377d45bdc] by Johnny Shields

December 14th, 2017 @ 07:04 AM

Core concept: use Rails and Ransack maintained translations rather than copy-pasting code into FFCRM.
- Add rails-i18n gem. - Remove all Rails locale files (handled by Rails-i18n) - Remove all Ransack locale files. Ransack gem itself has translations of all locales we have except es-GB, es-US (duplicates) and es-CL (exact duplicate of es). These should be solved by I18n fallbacks rather than duplicating config files. - Rename files: change locale file naming covention to "fat_free_crm.XX.html" where XX is the locale code. - Bugfix: "cz" locale for Czech should be "cs" ("cs" is the language, "CZ" is the country code of Czech Republic) https://github.com/fatfreecrm/fat_free_crm/commit/09363a447b41bf265...

Committed by Johnny Shields

  • A config/locales/fat_free_crm.cs.yml
  • A config/locales/fat_free_crm.de.yml
  • A config/locales/fat_free_crm.en-GB.yml
  • A config/locales/fat_free_crm.en-US.yml
  • A config/locales/fat_free_crm.es-CL.yml
  • A config/locales/fat_free_crm.es.yml
  • A config/locales/fat_free_crm.et.yml
  • A config/locales/fat_free_crm.fr-CA.yml
  • A config/locales/fat_free_crm.fr.yml
  • A config/locales/fat_free_crm.it.yml
  • A config/locales/fat_free_crm.ja.yml
  • A config/locales/fat_free_crm.nl.yml
  • A config/locales/fat_free_crm.pl.yml
  • A config/locales/fat_free_crm.pt-BR.yml
  • A config/locales/fat_free_crm.ru.yml
  • A config/locales/fat_free_crm.sv-SE.yml
  • A config/locales/fat_free_crm.th.yml
  • A config/locales/fat_free_crm.zh-CN.yml
  • R config/locales/cz.yml
  • R config/locales/cz_fat_free_crm.yml
  • R config/locales/de.yml
  • R config/locales/de_fat_free_crm.yml
  • R config/locales/de_ransack.yml
  • R config/locales/en-GB.yml
  • R config/locales/en-GB_fat_free_crm.yml
  • R config/locales/en-GB_ransack.yml
  • R config/locales/en-US.yml
  • R config/locales/en-US_fat_free_crm.yml
  • R config/locales/en-US_ransack.yml
  • R config/locales/en.yml
  • R config/locales/es-CL.yml
  • R config/locales/es-CL_fat_free_crm.yml
  • R config/locales/es-CL_ransack.yml
  • R config/locales/es.yml
  • R config/locales/es_fat_free_crm.yml
  • R config/locales/es_ransack.yml
  • R config/locales/et.yml
  • R config/locales/et_fat_free_crm.yml
  • R config/locales/fr-CA.yml
  • R config/locales/fr-CA_fat_free_crm.yml
  • R config/locales/fr.yml
  • R config/locales/fr_fat_free_crm.yml
  • R config/locales/it.yml
  • R config/locales/it_fat_free_crm.yml
  • R config/locales/ja.yml
  • R config/locales/ja_fat_free_crm.yml
  • R config/locales/ja_ransack.yml
  • R config/locales/nl.yml
  • R config/locales/nl_fat_free_crm.yml
  • R config/locales/nl_ransack.yml
  • R config/locales/pl.yml
  • R config/locales/pl_fat_free_crm.yml
  • R config/locales/pt-BR.yml
  • R config/locales/pt-BR_fat_free_crm.yml
  • R config/locales/pt-BR_ransack.yml
  • R config/locales/ru.yml
  • R config/locales/ru_fat_free_crm.yml
  • R config/locales/sv-SE.yml
  • R config/locales/sv-SE_fat_free_crm.yml
  • R config/locales/th.rb
  • R config/locales/th_fat_free_crm.yml
  • R config/locales/zh-CN.yml
  • R config/locales/zh-CN_fat_free_crm.yml
  • R config/locales/zh-CN_ransack.yml
  • M Gemfile.lock
  • M fat_free_crm.gemspec
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Ruby on Rails CRM platform for Web 2.0 and beyond