Sha256: 7df8f56136773de03149381c7ec85a3f9d3db87f49c99cb3e3c6abb70c539acb
Contents?: true
Size: 391 Bytes
Versions: 4
Compression:
Stored size: 391 Bytes
Contents
$extras_directory = "extras" class LanguageTextrwdcalendar def locale(languagecode,wordtotranslate) case languagecode when "en" case wordtotranslate when "year" return "year" when "month" return "month" end when "nl" case wordtotranslate when "year" return "jaar" when "month" return "maand" end end end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
rwddemo-0.8 | configuration/rwdcalendar.cnf |
rwddemo-0.7 | configuration/gh1rwdcalendar.cnf |
rwdschedule-0.5 | configuration/gh1rwdcalendar.cnf |
rwdschedule-0.6 | configuration/gh1rwdcalendar.cnf |