0 | module Web.Async.Extra.I18n.EN
 1 |
 2 | import public Web.Async.I18n.EN
 3 | import public Web.Async.Extra.I18n
 4 |
 5 | %default total
 6 |
 7 | export
 8 | [ExtraEN] ExtraLocal where
 9 |   clearTxt = "Clear"
10 |   logTxt   = "Log"
11 |