Skip to content

Commit

Permalink
Update abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtr committed Aug 27, 2014
1 parent 5781b7f commit ac041fb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/llt/constants/abbreviations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ module Abbreviations
NAMES = %w{ A D C K L M N P Q S T App Ap Cn Mam M' Ser Sex Sp Tib Ti }
NAMES_PIPED = NAMES.join('|')

DATES = %w{ a d Kal Non Id Ian Feb Mar Apr Mai Iun Iul Aug Sep Oct Nov Dec }
DATES = %w{ a d Kal Non Id Ian Feb Mar Apr Mai Iun Iul Aug Sep Oct Octob Nov Dec }
DATES_PIPED = DATES.join('|')

ALL_ABBRS_PIPED = "#{NAMES_PIPED}|#{DATES_PIPED}"
COS = %w{ Cos Coss Conss Cons cos coss conss cons }
COS_PIPED = COS.join('|')

ALL_ABBRS_PIPED = "#{NAMES_PIPED}|#{DATES_PIPED}|#{COS_PIPED}"

APOSTROPHES = %w{ po min vin potin satin scin tun }
APOSTROPHES_PIPED = APOSTROPHES.join('|')
Expand Down

0 comments on commit ac041fb

Please sign in to comment.