Skip to content

Instantly share code, notes, and snippets.

@makshark
Created February 6, 2015 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makshark/de5ce3388bd5f38a8fc2 to your computer and use it in GitHub Desktop.
Save makshark/de5ce3388bd5f38a8fc2 to your computer and use it in GitHub Desktop.
module Constant
class User
def self.ZODIAC
if Language.get_language == 'ru'
%w[Овен Лев Стрелец Телец Дева Козерог Близнецы Весы Водолей Рак Скорпион Рыба]
else
%w[Aries Leo Sagittarius Taurus Virgo Capricorn Gemini Libra Aquarius Cancer Scorpio Pisces]
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment