Skip to content

Commit

Permalink
[GH-219] fix Latvian translation of 'OK'
Browse files Browse the repository at this point in the history
  • Loading branch information
makeusabrew committed Feb 15, 2014
1 parent 4d84380 commit e8ac5fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@
CONFIRM : "Patvirtinti"
},
lv : {
OK : "OK",
OK : "Labi",
CANCEL : "Atcelt",
CONFIRM : "Apstiprināt"
},
Expand Down
4 changes: 2 additions & 2 deletions tests/locales.test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,14 @@ describe "bootbox locales", ->
@setLocale "lv"

it "shows the correct OK translation", ->
expect(@labels.ok).to.equal "OK"
expect(@labels.ok).to.equal "Labi"

it "shows the correct CANCEL translation", ->
expect(@labels.cancel).to.equal "Atcelt"

it "shows the correct CONFIRM translation", ->
expect(@labels.confirm).to.equal "Apstiprināt"

describe "Lithuanian", ->
beforeEach ->
@setLocale "lt"
Expand Down

0 comments on commit e8ac5fb

Please sign in to comment.