سؤال

كنت أتساءل عما سيكون أفضل حل لتخصيص مساعد القضبان: time_ago_in_words، حتى أتمكن من فعل أشياء مثل: giveacodicetagpre.

أو ما يبدو التصميم افتراضيا؟

شكرا

هل كانت مفيدة؟

المحلول

I would just create a helper that splits the result of time_ago_in_words on spaces and returns the array of words. Then you can format them however you want.

نصائح أخرى

Instead of the method time_ago_in_words, you can use distance_of_time_in_words, which accepts locale in the option array: create a new locale where you can define "hours" with "hours", etc... and give it to distance_of_time_in_words. It should work, but I'm not sure how will be handled the HTML tags.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top