salathe-devadmin PRO said over 3 years ago on Action Text Mentions and Notifications :
Any idea how to use Action Text with i18n?

David Kimura PRO said over 3 years ago on Action Text Mentions and Notifications :
Great question. In situations where Action Text is used in a CMS or Blog, it can be a bit difficult as you probably wouldn't run the text through a translator. You could have multiple Action Text attributes on a model for each language or build a mechanism around Action Text which takes it into consideration, but I don't think that it natively supports i18n. https://github.com/rails/actiontext/issues/32 is about the only thing I could find in regards to it.

salathe-devadmin PRO said over 3 years ago on Action Text Mentions and Notifications :
That solution does not work according to (https://github.com/globalize/globalize/issues/731).

elvira mamedova said about 3 years ago on Action Text Mentions and Notifications :
How can I disable adding attachments to action_text the way you did?

David Kimura PRO said about 3 years ago on Action Text Mentions and Notifications :
  You can do some CSS hackery. It won't disable it, but will make it invisible.

.trix-button-group--file-tools { display: none; }



Login to Comment