Skip to content

Commit

Permalink
Correct Latin locale code (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
adunning authored and rmzelle committed Jan 23, 2019
1 parent 51fcd29 commit 9cfdca4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion locales-la-LA.xml → locales-la.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="la-LA">
<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="la">
<info>
<translator>
<name>Andrew Dunning</name>
Expand Down
4 changes: 2 additions & 2 deletions locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ja": "ja-JP",
"km": "km-KH",
"ko": "ko-KR",
"la": "la-LA",
"la": "la",
"lt": "lt-LT",
"lv": "lv-LV",
"mn": "mn-MN",
Expand Down Expand Up @@ -171,7 +171,7 @@
"한국어",
"Korean"
],
"la-LA": [
"la": [
"Latina",
"Latin"
],
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
LOCALE_ROOT = File.expand_path('../..', __FILE__)

NO_REGIONS = %w{
eu ar
eu ar la
}

def load_locale(path)
Expand Down

0 comments on commit 9cfdca4

Please sign in to comment.