Skip to content

Commit

Permalink
Merge 4576194 into 0743f0e
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtr committed Sep 4, 2014
2 parents 0743f0e + 4576194 commit 3f44f9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/llt/constants/abbreviations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module Abbreviations
DATES = %w{ a d Kal Non Id Ian Feb Mar Apr Mai Iun Iul Aug Sep Oct Octob Nov Dec }
DATES_PIPED = DATES.join('|')

COS = %w{ Cos Coss Conss Cons cos coss conss cons }
COS_PIPED = COS.join('|')
INSCRIPTION_ABBR = %w{ Cos Coss Conss Cons cos coss conss cons tr pl Tr f p }
INSCRIPTION_ABBR_PIPED = INSCRIPTION_ABBR.join('|')

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

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

0 comments on commit 3f44f9e

Please sign in to comment.