Mercurial > wow > icu
comparison enUS.lua @ 2:e883b490ff93
Convert to UTF8 no BOM ... ><
author | Xiiph |
---|---|
date | Sat, 05 Feb 2011 21:31:50 +0100 |
parents | 6af2d0a0c537 |
children | 43155c3c1700 |
comparison
equal
deleted
inserted
replaced
1:6af2d0a0c537 | 2:e883b490ff93 |
---|---|
1 -- enUS.lua | 1 -- enUS.lua |
2 local L = LibStub("AceLocale-3.0"):NewLocale("ICU", "enUS", true) | 2 local L = LibStub("AceLocale-3.0"):NewLocale("ICU", "enUS", true) |
3 if not L then return end | 3 if not L then return end |
4 | 4 -- UTF8 |
5 --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true)@ | 5 --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true)@ |
6 --@do-not-package@ | 6 --@do-not-package@ |
7 L["Well Fed reminder!"] = true | 7 L["Well Fed reminder!"] = true |
8 L["Flask reminder!"] = true | 8 L["Flask reminder!"] = true |
9 L["Your Flask runs out in less than 10 minutes!"] = true | 9 L["Your Flask runs out in less than 10 minutes!"] = true |