Skip to content

Commit

Permalink
use correct language tag for UK English
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 30, 2024
1 parent c103cff commit 24456a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MessageManagerTest {
}

@Test fun getMessageWorks() {
val message = messageManager!!.getRawMessage(Locale.forLanguageTag("en-uk"), "test-message")
val message = messageManager!!.getRawMessage(Locale.UK, "test-message")
assertEquals(message, "Test")
}

Expand Down
File renamed without changes.

0 comments on commit 24456a4

Please sign in to comment.