Skip to content

Commit

Permalink
Merge pull request #61 from metanorma/feature/local_i18n
Browse files Browse the repository at this point in the history
Feature/local i18n
  • Loading branch information
opoudjis committed Oct 25, 2020
2 parents 4d3a418 + f2b8fca commit be6a7cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/isodoc/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,14 @@
:docnumeric=>"1000",
:doctitle=>"Main Title",
:doctype=>"Standard",
:doctype_display=>"Standard",
:docyear=>"2001",
:draft=>"3.4",
:draftinfo=>" (draft 3.4, 2000-01-01)",
:edition=>"2",
:implementeddate=>"XXX",
:issueddate=>"XXX",
:lang=>"en",
:logo_html=>"#{File.join(logoloc, "m3-logo.png")}",
:logo_word=>"#{File.join(logoloc, "logo.jpg")}",
:obsoleteddate=>"XXX",
Expand All @@ -76,7 +78,9 @@
:receiveddate=>"XXX",
:revdate=>"2000-01-01",
:revdate_monthyear=>"January 2000",
:script=>"Latn",
:stage=>"Working Draft",
:stage_display=>"Working Draft",
:stageabbr=>"wd",
:transmitteddate=>"XXX",
:unchangeddate=>"XXX",
Expand Down

0 comments on commit be6a7cf

Please sign in to comment.