Low commit activity in last 3 years
A long-lived project that still receives updates
Additional language packs for tinymce-rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Language Packs for tinymce-rails

The tinymce-rails-langs gem adds language packs for TinyMCE (with tinymce-rails).

The gem currently includes all language packs available from https://www.tiny.cloud/get-tiny/language-packages/, some of which may be incomplete.

Instructions

Add the tinymce-rails-langs gem to your Gemfile

gem 'tinymce-rails'
gem 'tinymce-rails-langs'

Language files will then be available during development mode and will be copied across when the assets:precompile rake task is run.

See the tinymce-rails project for further integration instructions.