all.go 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. package locales
  2. // Imports for all locales
  3. import (
  4. // Locale "af" import that automatically registers itslef with the universal-translator package
  5. _ "github.com/go-playground/universal-translator/resources/locales/af"
  6. // Locale "af_NA" import that automatically registers itslef with the universal-translator package
  7. _ "github.com/go-playground/universal-translator/resources/locales/af_NA"
  8. // Locale "agq" import that automatically registers itslef with the universal-translator package
  9. _ "github.com/go-playground/universal-translator/resources/locales/agq"
  10. // Locale "ak" import that automatically registers itslef with the universal-translator package
  11. _ "github.com/go-playground/universal-translator/resources/locales/ak"
  12. // Locale "am" import that automatically registers itslef with the universal-translator package
  13. _ "github.com/go-playground/universal-translator/resources/locales/am"
  14. // Locale "ar" import that automatically registers itslef with the universal-translator package
  15. _ "github.com/go-playground/universal-translator/resources/locales/ar"
  16. // Locale "ar_AE" import that automatically registers itslef with the universal-translator package
  17. _ "github.com/go-playground/universal-translator/resources/locales/ar_AE"
  18. // Locale "ar_DJ" import that automatically registers itslef with the universal-translator package
  19. _ "github.com/go-playground/universal-translator/resources/locales/ar_DJ"
  20. // Locale "ar_DZ" import that automatically registers itslef with the universal-translator package
  21. _ "github.com/go-playground/universal-translator/resources/locales/ar_DZ"
  22. // Locale "ar_EH" import that automatically registers itslef with the universal-translator package
  23. _ "github.com/go-playground/universal-translator/resources/locales/ar_EH"
  24. // Locale "ar_ER" import that automatically registers itslef with the universal-translator package
  25. _ "github.com/go-playground/universal-translator/resources/locales/ar_ER"
  26. // Locale "ar_LB" import that automatically registers itslef with the universal-translator package
  27. _ "github.com/go-playground/universal-translator/resources/locales/ar_LB"
  28. // Locale "ar_LY" import that automatically registers itslef with the universal-translator package
  29. _ "github.com/go-playground/universal-translator/resources/locales/ar_LY"
  30. // Locale "ar_MA" import that automatically registers itslef with the universal-translator package
  31. _ "github.com/go-playground/universal-translator/resources/locales/ar_MA"
  32. // Locale "ar_MR" import that automatically registers itslef with the universal-translator package
  33. _ "github.com/go-playground/universal-translator/resources/locales/ar_MR"
  34. // Locale "ar_SO" import that automatically registers itslef with the universal-translator package
  35. _ "github.com/go-playground/universal-translator/resources/locales/ar_SO"
  36. // Locale "ar_SS" import that automatically registers itslef with the universal-translator package
  37. _ "github.com/go-playground/universal-translator/resources/locales/ar_SS"
  38. // Locale "ar_TN" import that automatically registers itslef with the universal-translator package
  39. _ "github.com/go-playground/universal-translator/resources/locales/ar_TN"
  40. // Locale "as" import that automatically registers itslef with the universal-translator package
  41. _ "github.com/go-playground/universal-translator/resources/locales/as"
  42. // Locale "asa" import that automatically registers itslef with the universal-translator package
  43. _ "github.com/go-playground/universal-translator/resources/locales/asa"
  44. // Locale "ast" import that automatically registers itslef with the universal-translator package
  45. _ "github.com/go-playground/universal-translator/resources/locales/ast"
  46. // Locale "az" import that automatically registers itslef with the universal-translator package
  47. _ "github.com/go-playground/universal-translator/resources/locales/az"
  48. // Locale "az_Cyrl" import that automatically registers itslef with the universal-translator package
  49. _ "github.com/go-playground/universal-translator/resources/locales/az_Cyrl"
  50. // Locale "bas" import that automatically registers itslef with the universal-translator package
  51. _ "github.com/go-playground/universal-translator/resources/locales/bas"
  52. // Locale "be" import that automatically registers itslef with the universal-translator package
  53. _ "github.com/go-playground/universal-translator/resources/locales/be"
  54. // Locale "bem" import that automatically registers itslef with the universal-translator package
  55. _ "github.com/go-playground/universal-translator/resources/locales/bem"
  56. // Locale "bez" import that automatically registers itslef with the universal-translator package
  57. _ "github.com/go-playground/universal-translator/resources/locales/bez"
  58. // Locale "bg" import that automatically registers itslef with the universal-translator package
  59. _ "github.com/go-playground/universal-translator/resources/locales/bg"
  60. // Locale "bm" import that automatically registers itslef with the universal-translator package
  61. _ "github.com/go-playground/universal-translator/resources/locales/bm"
  62. // Locale "bn" import that automatically registers itslef with the universal-translator package
  63. _ "github.com/go-playground/universal-translator/resources/locales/bn"
  64. // Locale "bo" import that automatically registers itslef with the universal-translator package
  65. _ "github.com/go-playground/universal-translator/resources/locales/bo"
  66. // Locale "bo_IN" import that automatically registers itslef with the universal-translator package
  67. _ "github.com/go-playground/universal-translator/resources/locales/bo_IN"
  68. // Locale "br" import that automatically registers itslef with the universal-translator package
  69. _ "github.com/go-playground/universal-translator/resources/locales/br"
  70. // Locale "brx" import that automatically registers itslef with the universal-translator package
  71. _ "github.com/go-playground/universal-translator/resources/locales/brx"
  72. // Locale "bs" import that automatically registers itslef with the universal-translator package
  73. _ "github.com/go-playground/universal-translator/resources/locales/bs"
  74. // Locale "bs_Cyrl" import that automatically registers itslef with the universal-translator package
  75. _ "github.com/go-playground/universal-translator/resources/locales/bs_Cyrl"
  76. // Locale "ca" import that automatically registers itslef with the universal-translator package
  77. _ "github.com/go-playground/universal-translator/resources/locales/ca"
  78. // Locale "ca_ES_VALENCIA" import that automatically registers itslef with the universal-translator package
  79. _ "github.com/go-playground/universal-translator/resources/locales/ca_ES_VALENCIA"
  80. // Locale "ca_FR" import that automatically registers itslef with the universal-translator package
  81. _ "github.com/go-playground/universal-translator/resources/locales/ca_FR"
  82. // Locale "ce" import that automatically registers itslef with the universal-translator package
  83. _ "github.com/go-playground/universal-translator/resources/locales/ce"
  84. // Locale "cgg" import that automatically registers itslef with the universal-translator package
  85. _ "github.com/go-playground/universal-translator/resources/locales/cgg"
  86. // Locale "chr" import that automatically registers itslef with the universal-translator package
  87. _ "github.com/go-playground/universal-translator/resources/locales/chr"
  88. // Locale "ckb" import that automatically registers itslef with the universal-translator package
  89. _ "github.com/go-playground/universal-translator/resources/locales/ckb"
  90. // Locale "cs" import that automatically registers itslef with the universal-translator package
  91. _ "github.com/go-playground/universal-translator/resources/locales/cs"
  92. // Locale "cu" import that automatically registers itslef with the universal-translator package
  93. _ "github.com/go-playground/universal-translator/resources/locales/cu"
  94. // Locale "cy" import that automatically registers itslef with the universal-translator package
  95. _ "github.com/go-playground/universal-translator/resources/locales/cy"
  96. // Locale "da" import that automatically registers itslef with the universal-translator package
  97. _ "github.com/go-playground/universal-translator/resources/locales/da"
  98. // Locale "dav" import that automatically registers itslef with the universal-translator package
  99. _ "github.com/go-playground/universal-translator/resources/locales/dav"
  100. // Locale "de" import that automatically registers itslef with the universal-translator package
  101. _ "github.com/go-playground/universal-translator/resources/locales/de"
  102. // Locale "de_AT" import that automatically registers itslef with the universal-translator package
  103. _ "github.com/go-playground/universal-translator/resources/locales/de_AT"
  104. // Locale "de_CH" import that automatically registers itslef with the universal-translator package
  105. _ "github.com/go-playground/universal-translator/resources/locales/de_CH"
  106. // Locale "de_LI" import that automatically registers itslef with the universal-translator package
  107. _ "github.com/go-playground/universal-translator/resources/locales/de_LI"
  108. // Locale "de_LU" import that automatically registers itslef with the universal-translator package
  109. _ "github.com/go-playground/universal-translator/resources/locales/de_LU"
  110. // Locale "dje" import that automatically registers itslef with the universal-translator package
  111. _ "github.com/go-playground/universal-translator/resources/locales/dje"
  112. // Locale "dsb" import that automatically registers itslef with the universal-translator package
  113. _ "github.com/go-playground/universal-translator/resources/locales/dsb"
  114. // Locale "dua" import that automatically registers itslef with the universal-translator package
  115. _ "github.com/go-playground/universal-translator/resources/locales/dua"
  116. // Locale "dyo" import that automatically registers itslef with the universal-translator package
  117. _ "github.com/go-playground/universal-translator/resources/locales/dyo"
  118. // Locale "dz" import that automatically registers itslef with the universal-translator package
  119. _ "github.com/go-playground/universal-translator/resources/locales/dz"
  120. // Locale "ebu" import that automatically registers itslef with the universal-translator package
  121. _ "github.com/go-playground/universal-translator/resources/locales/ebu"
  122. // Locale "ee" import that automatically registers itslef with the universal-translator package
  123. _ "github.com/go-playground/universal-translator/resources/locales/ee"
  124. // Locale "el" import that automatically registers itslef with the universal-translator package
  125. _ "github.com/go-playground/universal-translator/resources/locales/el"
  126. // Locale "en" import that automatically registers itslef with the universal-translator package
  127. _ "github.com/go-playground/universal-translator/resources/locales/en"
  128. // Locale "en_001" import that automatically registers itslef with the universal-translator package
  129. _ "github.com/go-playground/universal-translator/resources/locales/en_001"
  130. // Locale "en_150" import that automatically registers itslef with the universal-translator package
  131. _ "github.com/go-playground/universal-translator/resources/locales/en_150"
  132. // Locale "en_AG" import that automatically registers itslef with the universal-translator package
  133. _ "github.com/go-playground/universal-translator/resources/locales/en_AG"
  134. // Locale "en_AI" import that automatically registers itslef with the universal-translator package
  135. _ "github.com/go-playground/universal-translator/resources/locales/en_AI"
  136. // Locale "en_AT" import that automatically registers itslef with the universal-translator package
  137. _ "github.com/go-playground/universal-translator/resources/locales/en_AT"
  138. // Locale "en_AU" import that automatically registers itslef with the universal-translator package
  139. _ "github.com/go-playground/universal-translator/resources/locales/en_AU"
  140. // Locale "en_BB" import that automatically registers itslef with the universal-translator package
  141. _ "github.com/go-playground/universal-translator/resources/locales/en_BB"
  142. // Locale "en_BE" import that automatically registers itslef with the universal-translator package
  143. _ "github.com/go-playground/universal-translator/resources/locales/en_BE"
  144. // Locale "en_BI" import that automatically registers itslef with the universal-translator package
  145. _ "github.com/go-playground/universal-translator/resources/locales/en_BI"
  146. // Locale "en_BM" import that automatically registers itslef with the universal-translator package
  147. _ "github.com/go-playground/universal-translator/resources/locales/en_BM"
  148. // Locale "en_BS" import that automatically registers itslef with the universal-translator package
  149. _ "github.com/go-playground/universal-translator/resources/locales/en_BS"
  150. // Locale "en_BW" import that automatically registers itslef with the universal-translator package
  151. _ "github.com/go-playground/universal-translator/resources/locales/en_BW"
  152. // Locale "en_BZ" import that automatically registers itslef with the universal-translator package
  153. _ "github.com/go-playground/universal-translator/resources/locales/en_BZ"
  154. // Locale "en_CA" import that automatically registers itslef with the universal-translator package
  155. _ "github.com/go-playground/universal-translator/resources/locales/en_CA"
  156. // Locale "en_CC" import that automatically registers itslef with the universal-translator package
  157. _ "github.com/go-playground/universal-translator/resources/locales/en_CC"
  158. // Locale "en_CH" import that automatically registers itslef with the universal-translator package
  159. _ "github.com/go-playground/universal-translator/resources/locales/en_CH"
  160. // Locale "en_CK" import that automatically registers itslef with the universal-translator package
  161. _ "github.com/go-playground/universal-translator/resources/locales/en_CK"
  162. // Locale "en_CX" import that automatically registers itslef with the universal-translator package
  163. _ "github.com/go-playground/universal-translator/resources/locales/en_CX"
  164. // Locale "en_DE" import that automatically registers itslef with the universal-translator package
  165. _ "github.com/go-playground/universal-translator/resources/locales/en_DE"
  166. // Locale "en_DK" import that automatically registers itslef with the universal-translator package
  167. _ "github.com/go-playground/universal-translator/resources/locales/en_DK"
  168. // Locale "en_DM" import that automatically registers itslef with the universal-translator package
  169. _ "github.com/go-playground/universal-translator/resources/locales/en_DM"
  170. // Locale "en_ER" import that automatically registers itslef with the universal-translator package
  171. _ "github.com/go-playground/universal-translator/resources/locales/en_ER"
  172. // Locale "en_FI" import that automatically registers itslef with the universal-translator package
  173. _ "github.com/go-playground/universal-translator/resources/locales/en_FI"
  174. // Locale "en_FJ" import that automatically registers itslef with the universal-translator package
  175. _ "github.com/go-playground/universal-translator/resources/locales/en_FJ"
  176. // Locale "en_FK" import that automatically registers itslef with the universal-translator package
  177. _ "github.com/go-playground/universal-translator/resources/locales/en_FK"
  178. // Locale "en_GB" import that automatically registers itslef with the universal-translator package
  179. _ "github.com/go-playground/universal-translator/resources/locales/en_GB"
  180. // Locale "en_GD" import that automatically registers itslef with the universal-translator package
  181. _ "github.com/go-playground/universal-translator/resources/locales/en_GD"
  182. // Locale "en_GG" import that automatically registers itslef with the universal-translator package
  183. _ "github.com/go-playground/universal-translator/resources/locales/en_GG"
  184. // Locale "en_GH" import that automatically registers itslef with the universal-translator package
  185. _ "github.com/go-playground/universal-translator/resources/locales/en_GH"
  186. // Locale "en_GI" import that automatically registers itslef with the universal-translator package
  187. _ "github.com/go-playground/universal-translator/resources/locales/en_GI"
  188. // Locale "en_GM" import that automatically registers itslef with the universal-translator package
  189. _ "github.com/go-playground/universal-translator/resources/locales/en_GM"
  190. // Locale "en_GY" import that automatically registers itslef with the universal-translator package
  191. _ "github.com/go-playground/universal-translator/resources/locales/en_GY"
  192. // Locale "en_IM" import that automatically registers itslef with the universal-translator package
  193. _ "github.com/go-playground/universal-translator/resources/locales/en_IM"
  194. // Locale "en_IN" import that automatically registers itslef with the universal-translator package
  195. _ "github.com/go-playground/universal-translator/resources/locales/en_IN"
  196. // Locale "en_JE" import that automatically registers itslef with the universal-translator package
  197. _ "github.com/go-playground/universal-translator/resources/locales/en_JE"
  198. // Locale "en_JM" import that automatically registers itslef with the universal-translator package
  199. _ "github.com/go-playground/universal-translator/resources/locales/en_JM"
  200. // Locale "en_KE" import that automatically registers itslef with the universal-translator package
  201. _ "github.com/go-playground/universal-translator/resources/locales/en_KE"
  202. // Locale "en_KI" import that automatically registers itslef with the universal-translator package
  203. _ "github.com/go-playground/universal-translator/resources/locales/en_KI"
  204. // Locale "en_KN" import that automatically registers itslef with the universal-translator package
  205. _ "github.com/go-playground/universal-translator/resources/locales/en_KN"
  206. // Locale "en_KY" import that automatically registers itslef with the universal-translator package
  207. _ "github.com/go-playground/universal-translator/resources/locales/en_KY"
  208. // Locale "en_LC" import that automatically registers itslef with the universal-translator package
  209. _ "github.com/go-playground/universal-translator/resources/locales/en_LC"
  210. // Locale "en_LR" import that automatically registers itslef with the universal-translator package
  211. _ "github.com/go-playground/universal-translator/resources/locales/en_LR"
  212. // Locale "en_LS" import that automatically registers itslef with the universal-translator package
  213. _ "github.com/go-playground/universal-translator/resources/locales/en_LS"
  214. // Locale "en_MG" import that automatically registers itslef with the universal-translator package
  215. _ "github.com/go-playground/universal-translator/resources/locales/en_MG"
  216. // Locale "en_MO" import that automatically registers itslef with the universal-translator package
  217. _ "github.com/go-playground/universal-translator/resources/locales/en_MO"
  218. // Locale "en_MS" import that automatically registers itslef with the universal-translator package
  219. _ "github.com/go-playground/universal-translator/resources/locales/en_MS"
  220. // Locale "en_MT" import that automatically registers itslef with the universal-translator package
  221. _ "github.com/go-playground/universal-translator/resources/locales/en_MT"
  222. // Locale "en_MU" import that automatically registers itslef with the universal-translator package
  223. _ "github.com/go-playground/universal-translator/resources/locales/en_MU"
  224. // Locale "en_MW" import that automatically registers itslef with the universal-translator package
  225. _ "github.com/go-playground/universal-translator/resources/locales/en_MW"
  226. // Locale "en_MY" import that automatically registers itslef with the universal-translator package
  227. _ "github.com/go-playground/universal-translator/resources/locales/en_MY"
  228. // Locale "en_NA" import that automatically registers itslef with the universal-translator package
  229. _ "github.com/go-playground/universal-translator/resources/locales/en_NA"
  230. // Locale "en_NF" import that automatically registers itslef with the universal-translator package
  231. _ "github.com/go-playground/universal-translator/resources/locales/en_NF"
  232. // Locale "en_NG" import that automatically registers itslef with the universal-translator package
  233. _ "github.com/go-playground/universal-translator/resources/locales/en_NG"
  234. // Locale "en_NL" import that automatically registers itslef with the universal-translator package
  235. _ "github.com/go-playground/universal-translator/resources/locales/en_NL"
  236. // Locale "en_NR" import that automatically registers itslef with the universal-translator package
  237. _ "github.com/go-playground/universal-translator/resources/locales/en_NR"
  238. // Locale "en_NU" import that automatically registers itslef with the universal-translator package
  239. _ "github.com/go-playground/universal-translator/resources/locales/en_NU"
  240. // Locale "en_NZ" import that automatically registers itslef with the universal-translator package
  241. _ "github.com/go-playground/universal-translator/resources/locales/en_NZ"
  242. // Locale "en_PG" import that automatically registers itslef with the universal-translator package
  243. _ "github.com/go-playground/universal-translator/resources/locales/en_PG"
  244. // Locale "en_PH" import that automatically registers itslef with the universal-translator package
  245. _ "github.com/go-playground/universal-translator/resources/locales/en_PH"
  246. // Locale "en_PK" import that automatically registers itslef with the universal-translator package
  247. _ "github.com/go-playground/universal-translator/resources/locales/en_PK"
  248. // Locale "en_PN" import that automatically registers itslef with the universal-translator package
  249. _ "github.com/go-playground/universal-translator/resources/locales/en_PN"
  250. // Locale "en_RW" import that automatically registers itslef with the universal-translator package
  251. _ "github.com/go-playground/universal-translator/resources/locales/en_RW"
  252. // Locale "en_SB" import that automatically registers itslef with the universal-translator package
  253. _ "github.com/go-playground/universal-translator/resources/locales/en_SB"
  254. // Locale "en_SC" import that automatically registers itslef with the universal-translator package
  255. _ "github.com/go-playground/universal-translator/resources/locales/en_SC"
  256. // Locale "en_SE" import that automatically registers itslef with the universal-translator package
  257. _ "github.com/go-playground/universal-translator/resources/locales/en_SE"
  258. // Locale "en_SG" import that automatically registers itslef with the universal-translator package
  259. _ "github.com/go-playground/universal-translator/resources/locales/en_SG"
  260. // Locale "en_SH" import that automatically registers itslef with the universal-translator package
  261. _ "github.com/go-playground/universal-translator/resources/locales/en_SH"
  262. // Locale "en_SI" import that automatically registers itslef with the universal-translator package
  263. _ "github.com/go-playground/universal-translator/resources/locales/en_SI"
  264. // Locale "en_SL" import that automatically registers itslef with the universal-translator package
  265. _ "github.com/go-playground/universal-translator/resources/locales/en_SL"
  266. // Locale "en_SS" import that automatically registers itslef with the universal-translator package
  267. _ "github.com/go-playground/universal-translator/resources/locales/en_SS"
  268. // Locale "en_SX" import that automatically registers itslef with the universal-translator package
  269. _ "github.com/go-playground/universal-translator/resources/locales/en_SX"
  270. // Locale "en_SZ" import that automatically registers itslef with the universal-translator package
  271. _ "github.com/go-playground/universal-translator/resources/locales/en_SZ"
  272. // Locale "en_TK" import that automatically registers itslef with the universal-translator package
  273. _ "github.com/go-playground/universal-translator/resources/locales/en_TK"
  274. // Locale "en_TO" import that automatically registers itslef with the universal-translator package
  275. _ "github.com/go-playground/universal-translator/resources/locales/en_TO"
  276. // Locale "en_TT" import that automatically registers itslef with the universal-translator package
  277. _ "github.com/go-playground/universal-translator/resources/locales/en_TT"
  278. // Locale "en_TV" import that automatically registers itslef with the universal-translator package
  279. _ "github.com/go-playground/universal-translator/resources/locales/en_TV"
  280. // Locale "en_TZ" import that automatically registers itslef with the universal-translator package
  281. _ "github.com/go-playground/universal-translator/resources/locales/en_TZ"
  282. // Locale "en_UG" import that automatically registers itslef with the universal-translator package
  283. _ "github.com/go-playground/universal-translator/resources/locales/en_UG"
  284. // Locale "en_US_POSIX" import that automatically registers itslef with the universal-translator package
  285. _ "github.com/go-playground/universal-translator/resources/locales/en_US_POSIX"
  286. // Locale "en_VC" import that automatically registers itslef with the universal-translator package
  287. _ "github.com/go-playground/universal-translator/resources/locales/en_VC"
  288. // Locale "en_VU" import that automatically registers itslef with the universal-translator package
  289. _ "github.com/go-playground/universal-translator/resources/locales/en_VU"
  290. // Locale "en_WS" import that automatically registers itslef with the universal-translator package
  291. _ "github.com/go-playground/universal-translator/resources/locales/en_WS"
  292. // Locale "en_ZA" import that automatically registers itslef with the universal-translator package
  293. _ "github.com/go-playground/universal-translator/resources/locales/en_ZA"
  294. // Locale "en_ZM" import that automatically registers itslef with the universal-translator package
  295. _ "github.com/go-playground/universal-translator/resources/locales/en_ZM"
  296. // Locale "eo" import that automatically registers itslef with the universal-translator package
  297. _ "github.com/go-playground/universal-translator/resources/locales/eo"
  298. // Locale "es" import that automatically registers itslef with the universal-translator package
  299. _ "github.com/go-playground/universal-translator/resources/locales/es"
  300. // Locale "es_419" import that automatically registers itslef with the universal-translator package
  301. _ "github.com/go-playground/universal-translator/resources/locales/es_419"
  302. // Locale "es_AR" import that automatically registers itslef with the universal-translator package
  303. _ "github.com/go-playground/universal-translator/resources/locales/es_AR"
  304. // Locale "es_BO" import that automatically registers itslef with the universal-translator package
  305. _ "github.com/go-playground/universal-translator/resources/locales/es_BO"
  306. // Locale "es_BR" import that automatically registers itslef with the universal-translator package
  307. _ "github.com/go-playground/universal-translator/resources/locales/es_BR"
  308. // Locale "es_CL" import that automatically registers itslef with the universal-translator package
  309. _ "github.com/go-playground/universal-translator/resources/locales/es_CL"
  310. // Locale "es_CO" import that automatically registers itslef with the universal-translator package
  311. _ "github.com/go-playground/universal-translator/resources/locales/es_CO"
  312. // Locale "es_CR" import that automatically registers itslef with the universal-translator package
  313. _ "github.com/go-playground/universal-translator/resources/locales/es_CR"
  314. // Locale "es_CU" import that automatically registers itslef with the universal-translator package
  315. _ "github.com/go-playground/universal-translator/resources/locales/es_CU"
  316. // Locale "es_DO" import that automatically registers itslef with the universal-translator package
  317. _ "github.com/go-playground/universal-translator/resources/locales/es_DO"
  318. // Locale "es_EC" import that automatically registers itslef with the universal-translator package
  319. _ "github.com/go-playground/universal-translator/resources/locales/es_EC"
  320. // Locale "es_GQ" import that automatically registers itslef with the universal-translator package
  321. _ "github.com/go-playground/universal-translator/resources/locales/es_GQ"
  322. // Locale "es_GT" import that automatically registers itslef with the universal-translator package
  323. _ "github.com/go-playground/universal-translator/resources/locales/es_GT"
  324. // Locale "es_HN" import that automatically registers itslef with the universal-translator package
  325. _ "github.com/go-playground/universal-translator/resources/locales/es_HN"
  326. // Locale "es_MX" import that automatically registers itslef with the universal-translator package
  327. _ "github.com/go-playground/universal-translator/resources/locales/es_MX"
  328. // Locale "es_NI" import that automatically registers itslef with the universal-translator package
  329. _ "github.com/go-playground/universal-translator/resources/locales/es_NI"
  330. // Locale "es_PA" import that automatically registers itslef with the universal-translator package
  331. _ "github.com/go-playground/universal-translator/resources/locales/es_PA"
  332. // Locale "es_PE" import that automatically registers itslef with the universal-translator package
  333. _ "github.com/go-playground/universal-translator/resources/locales/es_PE"
  334. // Locale "es_PH" import that automatically registers itslef with the universal-translator package
  335. _ "github.com/go-playground/universal-translator/resources/locales/es_PH"
  336. // Locale "es_PR" import that automatically registers itslef with the universal-translator package
  337. _ "github.com/go-playground/universal-translator/resources/locales/es_PR"
  338. // Locale "es_PY" import that automatically registers itslef with the universal-translator package
  339. _ "github.com/go-playground/universal-translator/resources/locales/es_PY"
  340. // Locale "es_SV" import that automatically registers itslef with the universal-translator package
  341. _ "github.com/go-playground/universal-translator/resources/locales/es_SV"
  342. // Locale "es_US" import that automatically registers itslef with the universal-translator package
  343. _ "github.com/go-playground/universal-translator/resources/locales/es_US"
  344. // Locale "es_UY" import that automatically registers itslef with the universal-translator package
  345. _ "github.com/go-playground/universal-translator/resources/locales/es_UY"
  346. // Locale "es_VE" import that automatically registers itslef with the universal-translator package
  347. _ "github.com/go-playground/universal-translator/resources/locales/es_VE"
  348. // Locale "et" import that automatically registers itslef with the universal-translator package
  349. _ "github.com/go-playground/universal-translator/resources/locales/et"
  350. // Locale "eu" import that automatically registers itslef with the universal-translator package
  351. _ "github.com/go-playground/universal-translator/resources/locales/eu"
  352. // Locale "ewo" import that automatically registers itslef with the universal-translator package
  353. _ "github.com/go-playground/universal-translator/resources/locales/ewo"
  354. // Locale "fa" import that automatically registers itslef with the universal-translator package
  355. _ "github.com/go-playground/universal-translator/resources/locales/fa"
  356. // Locale "fa_AF" import that automatically registers itslef with the universal-translator package
  357. _ "github.com/go-playground/universal-translator/resources/locales/fa_AF"
  358. // Locale "ff" import that automatically registers itslef with the universal-translator package
  359. _ "github.com/go-playground/universal-translator/resources/locales/ff"
  360. // Locale "ff_GN" import that automatically registers itslef with the universal-translator package
  361. _ "github.com/go-playground/universal-translator/resources/locales/ff_GN"
  362. // Locale "ff_MR" import that automatically registers itslef with the universal-translator package
  363. _ "github.com/go-playground/universal-translator/resources/locales/ff_MR"
  364. // Locale "fi" import that automatically registers itslef with the universal-translator package
  365. _ "github.com/go-playground/universal-translator/resources/locales/fi"
  366. // Locale "fil" import that automatically registers itslef with the universal-translator package
  367. _ "github.com/go-playground/universal-translator/resources/locales/fil"
  368. // Locale "fo" import that automatically registers itslef with the universal-translator package
  369. _ "github.com/go-playground/universal-translator/resources/locales/fo"
  370. // Locale "fo_DK" import that automatically registers itslef with the universal-translator package
  371. _ "github.com/go-playground/universal-translator/resources/locales/fo_DK"
  372. // Locale "fr" import that automatically registers itslef with the universal-translator package
  373. _ "github.com/go-playground/universal-translator/resources/locales/fr"
  374. // Locale "fr_BE" import that automatically registers itslef with the universal-translator package
  375. _ "github.com/go-playground/universal-translator/resources/locales/fr_BE"
  376. // Locale "fr_BI" import that automatically registers itslef with the universal-translator package
  377. _ "github.com/go-playground/universal-translator/resources/locales/fr_BI"
  378. // Locale "fr_CA" import that automatically registers itslef with the universal-translator package
  379. _ "github.com/go-playground/universal-translator/resources/locales/fr_CA"
  380. // Locale "fr_CD" import that automatically registers itslef with the universal-translator package
  381. _ "github.com/go-playground/universal-translator/resources/locales/fr_CD"
  382. // Locale "fr_CH" import that automatically registers itslef with the universal-translator package
  383. _ "github.com/go-playground/universal-translator/resources/locales/fr_CH"
  384. // Locale "fr_DJ" import that automatically registers itslef with the universal-translator package
  385. _ "github.com/go-playground/universal-translator/resources/locales/fr_DJ"
  386. // Locale "fr_DZ" import that automatically registers itslef with the universal-translator package
  387. _ "github.com/go-playground/universal-translator/resources/locales/fr_DZ"
  388. // Locale "fr_GN" import that automatically registers itslef with the universal-translator package
  389. _ "github.com/go-playground/universal-translator/resources/locales/fr_GN"
  390. // Locale "fr_HT" import that automatically registers itslef with the universal-translator package
  391. _ "github.com/go-playground/universal-translator/resources/locales/fr_HT"
  392. // Locale "fr_KM" import that automatically registers itslef with the universal-translator package
  393. _ "github.com/go-playground/universal-translator/resources/locales/fr_KM"
  394. // Locale "fr_LU" import that automatically registers itslef with the universal-translator package
  395. _ "github.com/go-playground/universal-translator/resources/locales/fr_LU"
  396. // Locale "fr_MA" import that automatically registers itslef with the universal-translator package
  397. _ "github.com/go-playground/universal-translator/resources/locales/fr_MA"
  398. // Locale "fr_MG" import that automatically registers itslef with the universal-translator package
  399. _ "github.com/go-playground/universal-translator/resources/locales/fr_MG"
  400. // Locale "fr_MR" import that automatically registers itslef with the universal-translator package
  401. _ "github.com/go-playground/universal-translator/resources/locales/fr_MR"
  402. // Locale "fr_MU" import that automatically registers itslef with the universal-translator package
  403. _ "github.com/go-playground/universal-translator/resources/locales/fr_MU"
  404. // Locale "fr_RW" import that automatically registers itslef with the universal-translator package
  405. _ "github.com/go-playground/universal-translator/resources/locales/fr_RW"
  406. // Locale "fr_SC" import that automatically registers itslef with the universal-translator package
  407. _ "github.com/go-playground/universal-translator/resources/locales/fr_SC"
  408. // Locale "fr_SY" import that automatically registers itslef with the universal-translator package
  409. _ "github.com/go-playground/universal-translator/resources/locales/fr_SY"
  410. // Locale "fr_TN" import that automatically registers itslef with the universal-translator package
  411. _ "github.com/go-playground/universal-translator/resources/locales/fr_TN"
  412. // Locale "fr_VU" import that automatically registers itslef with the universal-translator package
  413. _ "github.com/go-playground/universal-translator/resources/locales/fr_VU"
  414. // Locale "fur" import that automatically registers itslef with the universal-translator package
  415. _ "github.com/go-playground/universal-translator/resources/locales/fur"
  416. // Locale "fy" import that automatically registers itslef with the universal-translator package
  417. _ "github.com/go-playground/universal-translator/resources/locales/fy"
  418. // Locale "ga" import that automatically registers itslef with the universal-translator package
  419. _ "github.com/go-playground/universal-translator/resources/locales/ga"
  420. // Locale "gd" import that automatically registers itslef with the universal-translator package
  421. _ "github.com/go-playground/universal-translator/resources/locales/gd"
  422. // Locale "gl" import that automatically registers itslef with the universal-translator package
  423. _ "github.com/go-playground/universal-translator/resources/locales/gl"
  424. // Locale "gsw" import that automatically registers itslef with the universal-translator package
  425. _ "github.com/go-playground/universal-translator/resources/locales/gsw"
  426. // Locale "gu" import that automatically registers itslef with the universal-translator package
  427. _ "github.com/go-playground/universal-translator/resources/locales/gu"
  428. // Locale "guz" import that automatically registers itslef with the universal-translator package
  429. _ "github.com/go-playground/universal-translator/resources/locales/guz"
  430. // Locale "gv" import that automatically registers itslef with the universal-translator package
  431. _ "github.com/go-playground/universal-translator/resources/locales/gv"
  432. // Locale "ha" import that automatically registers itslef with the universal-translator package
  433. _ "github.com/go-playground/universal-translator/resources/locales/ha"
  434. // Locale "ha_GH" import that automatically registers itslef with the universal-translator package
  435. _ "github.com/go-playground/universal-translator/resources/locales/ha_GH"
  436. // Locale "haw" import that automatically registers itslef with the universal-translator package
  437. _ "github.com/go-playground/universal-translator/resources/locales/haw"
  438. // Locale "he" import that automatically registers itslef with the universal-translator package
  439. _ "github.com/go-playground/universal-translator/resources/locales/he"
  440. // Locale "hi" import that automatically registers itslef with the universal-translator package
  441. _ "github.com/go-playground/universal-translator/resources/locales/hi"
  442. // Locale "hr" import that automatically registers itslef with the universal-translator package
  443. _ "github.com/go-playground/universal-translator/resources/locales/hr"
  444. // Locale "hr_BA" import that automatically registers itslef with the universal-translator package
  445. _ "github.com/go-playground/universal-translator/resources/locales/hr_BA"
  446. // Locale "hsb" import that automatically registers itslef with the universal-translator package
  447. _ "github.com/go-playground/universal-translator/resources/locales/hsb"
  448. // Locale "hu" import that automatically registers itslef with the universal-translator package
  449. _ "github.com/go-playground/universal-translator/resources/locales/hu"
  450. // Locale "hy" import that automatically registers itslef with the universal-translator package
  451. _ "github.com/go-playground/universal-translator/resources/locales/hy"
  452. // Locale "id" import that automatically registers itslef with the universal-translator package
  453. _ "github.com/go-playground/universal-translator/resources/locales/id"
  454. // Locale "ig" import that automatically registers itslef with the universal-translator package
  455. _ "github.com/go-playground/universal-translator/resources/locales/ig"
  456. // Locale "ii" import that automatically registers itslef with the universal-translator package
  457. _ "github.com/go-playground/universal-translator/resources/locales/ii"
  458. // Locale "is" import that automatically registers itslef with the universal-translator package
  459. _ "github.com/go-playground/universal-translator/resources/locales/is"
  460. // Locale "it" import that automatically registers itslef with the universal-translator package
  461. _ "github.com/go-playground/universal-translator/resources/locales/it"
  462. // Locale "it_CH" import that automatically registers itslef with the universal-translator package
  463. _ "github.com/go-playground/universal-translator/resources/locales/it_CH"
  464. // Locale "ja" import that automatically registers itslef with the universal-translator package
  465. _ "github.com/go-playground/universal-translator/resources/locales/ja"
  466. // Locale "jgo" import that automatically registers itslef with the universal-translator package
  467. _ "github.com/go-playground/universal-translator/resources/locales/jgo"
  468. // Locale "jmc" import that automatically registers itslef with the universal-translator package
  469. _ "github.com/go-playground/universal-translator/resources/locales/jmc"
  470. // Locale "ka" import that automatically registers itslef with the universal-translator package
  471. _ "github.com/go-playground/universal-translator/resources/locales/ka"
  472. // Locale "kab" import that automatically registers itslef with the universal-translator package
  473. _ "github.com/go-playground/universal-translator/resources/locales/kab"
  474. // Locale "kam" import that automatically registers itslef with the universal-translator package
  475. _ "github.com/go-playground/universal-translator/resources/locales/kam"
  476. // Locale "kde" import that automatically registers itslef with the universal-translator package
  477. _ "github.com/go-playground/universal-translator/resources/locales/kde"
  478. // Locale "kea" import that automatically registers itslef with the universal-translator package
  479. _ "github.com/go-playground/universal-translator/resources/locales/kea"
  480. // Locale "khq" import that automatically registers itslef with the universal-translator package
  481. _ "github.com/go-playground/universal-translator/resources/locales/khq"
  482. // Locale "ki" import that automatically registers itslef with the universal-translator package
  483. _ "github.com/go-playground/universal-translator/resources/locales/ki"
  484. // Locale "kk" import that automatically registers itslef with the universal-translator package
  485. _ "github.com/go-playground/universal-translator/resources/locales/kk"
  486. // Locale "kkj" import that automatically registers itslef with the universal-translator package
  487. _ "github.com/go-playground/universal-translator/resources/locales/kkj"
  488. // Locale "kl" import that automatically registers itslef with the universal-translator package
  489. _ "github.com/go-playground/universal-translator/resources/locales/kl"
  490. // Locale "kln" import that automatically registers itslef with the universal-translator package
  491. _ "github.com/go-playground/universal-translator/resources/locales/kln"
  492. // Locale "km" import that automatically registers itslef with the universal-translator package
  493. _ "github.com/go-playground/universal-translator/resources/locales/km"
  494. // Locale "kn" import that automatically registers itslef with the universal-translator package
  495. _ "github.com/go-playground/universal-translator/resources/locales/kn"
  496. // Locale "ko" import that automatically registers itslef with the universal-translator package
  497. _ "github.com/go-playground/universal-translator/resources/locales/ko"
  498. // Locale "kok" import that automatically registers itslef with the universal-translator package
  499. _ "github.com/go-playground/universal-translator/resources/locales/kok"
  500. // Locale "ks" import that automatically registers itslef with the universal-translator package
  501. _ "github.com/go-playground/universal-translator/resources/locales/ks"
  502. // Locale "ksb" import that automatically registers itslef with the universal-translator package
  503. _ "github.com/go-playground/universal-translator/resources/locales/ksb"
  504. // Locale "ksf" import that automatically registers itslef with the universal-translator package
  505. _ "github.com/go-playground/universal-translator/resources/locales/ksf"
  506. // Locale "ksh" import that automatically registers itslef with the universal-translator package
  507. _ "github.com/go-playground/universal-translator/resources/locales/ksh"
  508. // Locale "kw" import that automatically registers itslef with the universal-translator package
  509. _ "github.com/go-playground/universal-translator/resources/locales/kw"
  510. // Locale "ky" import that automatically registers itslef with the universal-translator package
  511. _ "github.com/go-playground/universal-translator/resources/locales/ky"
  512. // Locale "lag" import that automatically registers itslef with the universal-translator package
  513. _ "github.com/go-playground/universal-translator/resources/locales/lag"
  514. // Locale "lb" import that automatically registers itslef with the universal-translator package
  515. _ "github.com/go-playground/universal-translator/resources/locales/lb"
  516. // Locale "lg" import that automatically registers itslef with the universal-translator package
  517. _ "github.com/go-playground/universal-translator/resources/locales/lg"
  518. // Locale "lkt" import that automatically registers itslef with the universal-translator package
  519. _ "github.com/go-playground/universal-translator/resources/locales/lkt"
  520. // Locale "ln" import that automatically registers itslef with the universal-translator package
  521. _ "github.com/go-playground/universal-translator/resources/locales/ln"
  522. // Locale "ln_AO" import that automatically registers itslef with the universal-translator package
  523. _ "github.com/go-playground/universal-translator/resources/locales/ln_AO"
  524. // Locale "lo" import that automatically registers itslef with the universal-translator package
  525. _ "github.com/go-playground/universal-translator/resources/locales/lo"
  526. // Locale "lrc" import that automatically registers itslef with the universal-translator package
  527. _ "github.com/go-playground/universal-translator/resources/locales/lrc"
  528. // Locale "lt" import that automatically registers itslef with the universal-translator package
  529. _ "github.com/go-playground/universal-translator/resources/locales/lt"
  530. // Locale "lu" import that automatically registers itslef with the universal-translator package
  531. _ "github.com/go-playground/universal-translator/resources/locales/lu"
  532. // Locale "luo" import that automatically registers itslef with the universal-translator package
  533. _ "github.com/go-playground/universal-translator/resources/locales/luo"
  534. // Locale "luy" import that automatically registers itslef with the universal-translator package
  535. _ "github.com/go-playground/universal-translator/resources/locales/luy"
  536. // Locale "lv" import that automatically registers itslef with the universal-translator package
  537. _ "github.com/go-playground/universal-translator/resources/locales/lv"
  538. // Locale "mas" import that automatically registers itslef with the universal-translator package
  539. _ "github.com/go-playground/universal-translator/resources/locales/mas"
  540. // Locale "mas_TZ" import that automatically registers itslef with the universal-translator package
  541. _ "github.com/go-playground/universal-translator/resources/locales/mas_TZ"
  542. // Locale "mer" import that automatically registers itslef with the universal-translator package
  543. _ "github.com/go-playground/universal-translator/resources/locales/mer"
  544. // Locale "mfe" import that automatically registers itslef with the universal-translator package
  545. _ "github.com/go-playground/universal-translator/resources/locales/mfe"
  546. // Locale "mg" import that automatically registers itslef with the universal-translator package
  547. _ "github.com/go-playground/universal-translator/resources/locales/mg"
  548. // Locale "mgh" import that automatically registers itslef with the universal-translator package
  549. _ "github.com/go-playground/universal-translator/resources/locales/mgh"
  550. // Locale "mgo" import that automatically registers itslef with the universal-translator package
  551. _ "github.com/go-playground/universal-translator/resources/locales/mgo"
  552. // Locale "mk" import that automatically registers itslef with the universal-translator package
  553. _ "github.com/go-playground/universal-translator/resources/locales/mk"
  554. // Locale "ml" import that automatically registers itslef with the universal-translator package
  555. _ "github.com/go-playground/universal-translator/resources/locales/ml"
  556. // Locale "mn" import that automatically registers itslef with the universal-translator package
  557. _ "github.com/go-playground/universal-translator/resources/locales/mn"
  558. // Locale "mr" import that automatically registers itslef with the universal-translator package
  559. _ "github.com/go-playground/universal-translator/resources/locales/mr"
  560. // Locale "ms" import that automatically registers itslef with the universal-translator package
  561. _ "github.com/go-playground/universal-translator/resources/locales/ms"
  562. // Locale "ms_BN" import that automatically registers itslef with the universal-translator package
  563. _ "github.com/go-playground/universal-translator/resources/locales/ms_BN"
  564. // Locale "ms_SG" import that automatically registers itslef with the universal-translator package
  565. _ "github.com/go-playground/universal-translator/resources/locales/ms_SG"
  566. // Locale "mt" import that automatically registers itslef with the universal-translator package
  567. _ "github.com/go-playground/universal-translator/resources/locales/mt"
  568. // Locale "mua" import that automatically registers itslef with the universal-translator package
  569. _ "github.com/go-playground/universal-translator/resources/locales/mua"
  570. // Locale "my" import that automatically registers itslef with the universal-translator package
  571. _ "github.com/go-playground/universal-translator/resources/locales/my"
  572. // Locale "mzn" import that automatically registers itslef with the universal-translator package
  573. _ "github.com/go-playground/universal-translator/resources/locales/mzn"
  574. // Locale "naq" import that automatically registers itslef with the universal-translator package
  575. _ "github.com/go-playground/universal-translator/resources/locales/naq"
  576. // Locale "nb" import that automatically registers itslef with the universal-translator package
  577. _ "github.com/go-playground/universal-translator/resources/locales/nb"
  578. // Locale "nd" import that automatically registers itslef with the universal-translator package
  579. _ "github.com/go-playground/universal-translator/resources/locales/nd"
  580. // Locale "ne" import that automatically registers itslef with the universal-translator package
  581. _ "github.com/go-playground/universal-translator/resources/locales/ne"
  582. // Locale "nl" import that automatically registers itslef with the universal-translator package
  583. _ "github.com/go-playground/universal-translator/resources/locales/nl"
  584. // Locale "nl_AW" import that automatically registers itslef with the universal-translator package
  585. _ "github.com/go-playground/universal-translator/resources/locales/nl_AW"
  586. // Locale "nl_BE" import that automatically registers itslef with the universal-translator package
  587. _ "github.com/go-playground/universal-translator/resources/locales/nl_BE"
  588. // Locale "nl_BQ" import that automatically registers itslef with the universal-translator package
  589. _ "github.com/go-playground/universal-translator/resources/locales/nl_BQ"
  590. // Locale "nl_CW" import that automatically registers itslef with the universal-translator package
  591. _ "github.com/go-playground/universal-translator/resources/locales/nl_CW"
  592. // Locale "nl_SR" import that automatically registers itslef with the universal-translator package
  593. _ "github.com/go-playground/universal-translator/resources/locales/nl_SR"
  594. // Locale "nl_SX" import that automatically registers itslef with the universal-translator package
  595. _ "github.com/go-playground/universal-translator/resources/locales/nl_SX"
  596. // Locale "nmg" import that automatically registers itslef with the universal-translator package
  597. _ "github.com/go-playground/universal-translator/resources/locales/nmg"
  598. // Locale "nn" import that automatically registers itslef with the universal-translator package
  599. _ "github.com/go-playground/universal-translator/resources/locales/nn"
  600. // Locale "nnh" import that automatically registers itslef with the universal-translator package
  601. _ "github.com/go-playground/universal-translator/resources/locales/nnh"
  602. // Locale "nus" import that automatically registers itslef with the universal-translator package
  603. _ "github.com/go-playground/universal-translator/resources/locales/nus"
  604. // Locale "nyn" import that automatically registers itslef with the universal-translator package
  605. _ "github.com/go-playground/universal-translator/resources/locales/nyn"
  606. // Locale "om" import that automatically registers itslef with the universal-translator package
  607. _ "github.com/go-playground/universal-translator/resources/locales/om"
  608. // Locale "om_KE" import that automatically registers itslef with the universal-translator package
  609. _ "github.com/go-playground/universal-translator/resources/locales/om_KE"
  610. // Locale "or" import that automatically registers itslef with the universal-translator package
  611. _ "github.com/go-playground/universal-translator/resources/locales/or"
  612. // Locale "os" import that automatically registers itslef with the universal-translator package
  613. _ "github.com/go-playground/universal-translator/resources/locales/os"
  614. // Locale "os_RU" import that automatically registers itslef with the universal-translator package
  615. _ "github.com/go-playground/universal-translator/resources/locales/os_RU"
  616. // Locale "pa" import that automatically registers itslef with the universal-translator package
  617. _ "github.com/go-playground/universal-translator/resources/locales/pa"
  618. // Locale "pa_Arab" import that automatically registers itslef with the universal-translator package
  619. _ "github.com/go-playground/universal-translator/resources/locales/pa_Arab"
  620. // Locale "pl" import that automatically registers itslef with the universal-translator package
  621. _ "github.com/go-playground/universal-translator/resources/locales/pl"
  622. // Locale "prg" import that automatically registers itslef with the universal-translator package
  623. _ "github.com/go-playground/universal-translator/resources/locales/prg"
  624. // Locale "ps" import that automatically registers itslef with the universal-translator package
  625. _ "github.com/go-playground/universal-translator/resources/locales/ps"
  626. // Locale "pt" import that automatically registers itslef with the universal-translator package
  627. _ "github.com/go-playground/universal-translator/resources/locales/pt"
  628. // Locale "pt_AO" import that automatically registers itslef with the universal-translator package
  629. _ "github.com/go-playground/universal-translator/resources/locales/pt_AO"
  630. // Locale "pt_CV" import that automatically registers itslef with the universal-translator package
  631. _ "github.com/go-playground/universal-translator/resources/locales/pt_CV"
  632. // Locale "pt_LU" import that automatically registers itslef with the universal-translator package
  633. _ "github.com/go-playground/universal-translator/resources/locales/pt_LU"
  634. // Locale "pt_MO" import that automatically registers itslef with the universal-translator package
  635. _ "github.com/go-playground/universal-translator/resources/locales/pt_MO"
  636. // Locale "pt_MZ" import that automatically registers itslef with the universal-translator package
  637. _ "github.com/go-playground/universal-translator/resources/locales/pt_MZ"
  638. // Locale "pt_PT" import that automatically registers itslef with the universal-translator package
  639. _ "github.com/go-playground/universal-translator/resources/locales/pt_PT"
  640. // Locale "pt_ST" import that automatically registers itslef with the universal-translator package
  641. _ "github.com/go-playground/universal-translator/resources/locales/pt_ST"
  642. // Locale "qu" import that automatically registers itslef with the universal-translator package
  643. _ "github.com/go-playground/universal-translator/resources/locales/qu"
  644. // Locale "qu_BO" import that automatically registers itslef with the universal-translator package
  645. _ "github.com/go-playground/universal-translator/resources/locales/qu_BO"
  646. // Locale "qu_EC" import that automatically registers itslef with the universal-translator package
  647. _ "github.com/go-playground/universal-translator/resources/locales/qu_EC"
  648. // Locale "rm" import that automatically registers itslef with the universal-translator package
  649. _ "github.com/go-playground/universal-translator/resources/locales/rm"
  650. // Locale "rn" import that automatically registers itslef with the universal-translator package
  651. _ "github.com/go-playground/universal-translator/resources/locales/rn"
  652. // Locale "ro" import that automatically registers itslef with the universal-translator package
  653. _ "github.com/go-playground/universal-translator/resources/locales/ro"
  654. // Locale "ro_MD" import that automatically registers itslef with the universal-translator package
  655. _ "github.com/go-playground/universal-translator/resources/locales/ro_MD"
  656. // Locale "rof" import that automatically registers itslef with the universal-translator package
  657. _ "github.com/go-playground/universal-translator/resources/locales/rof"
  658. // Locale "root" import that automatically registers itslef with the universal-translator package
  659. _ "github.com/go-playground/universal-translator/resources/locales/root"
  660. // Locale "ru" import that automatically registers itslef with the universal-translator package
  661. _ "github.com/go-playground/universal-translator/resources/locales/ru"
  662. // Locale "ru_BY" import that automatically registers itslef with the universal-translator package
  663. _ "github.com/go-playground/universal-translator/resources/locales/ru_BY"
  664. // Locale "ru_KG" import that automatically registers itslef with the universal-translator package
  665. _ "github.com/go-playground/universal-translator/resources/locales/ru_KG"
  666. // Locale "ru_KZ" import that automatically registers itslef with the universal-translator package
  667. _ "github.com/go-playground/universal-translator/resources/locales/ru_KZ"
  668. // Locale "ru_MD" import that automatically registers itslef with the universal-translator package
  669. _ "github.com/go-playground/universal-translator/resources/locales/ru_MD"
  670. // Locale "rw" import that automatically registers itslef with the universal-translator package
  671. _ "github.com/go-playground/universal-translator/resources/locales/rw"
  672. // Locale "rwk" import that automatically registers itslef with the universal-translator package
  673. _ "github.com/go-playground/universal-translator/resources/locales/rwk"
  674. // Locale "sah" import that automatically registers itslef with the universal-translator package
  675. _ "github.com/go-playground/universal-translator/resources/locales/sah"
  676. // Locale "saq" import that automatically registers itslef with the universal-translator package
  677. _ "github.com/go-playground/universal-translator/resources/locales/saq"
  678. // Locale "sbp" import that automatically registers itslef with the universal-translator package
  679. _ "github.com/go-playground/universal-translator/resources/locales/sbp"
  680. // Locale "se" import that automatically registers itslef with the universal-translator package
  681. _ "github.com/go-playground/universal-translator/resources/locales/se"
  682. // Locale "se_SE" import that automatically registers itslef with the universal-translator package
  683. _ "github.com/go-playground/universal-translator/resources/locales/se_SE"
  684. // Locale "seh" import that automatically registers itslef with the universal-translator package
  685. _ "github.com/go-playground/universal-translator/resources/locales/seh"
  686. // Locale "ses" import that automatically registers itslef with the universal-translator package
  687. _ "github.com/go-playground/universal-translator/resources/locales/ses"
  688. // Locale "sg" import that automatically registers itslef with the universal-translator package
  689. _ "github.com/go-playground/universal-translator/resources/locales/sg"
  690. // Locale "shi" import that automatically registers itslef with the universal-translator package
  691. _ "github.com/go-playground/universal-translator/resources/locales/shi"
  692. // Locale "shi_Latn" import that automatically registers itslef with the universal-translator package
  693. _ "github.com/go-playground/universal-translator/resources/locales/shi_Latn"
  694. // Locale "si" import that automatically registers itslef with the universal-translator package
  695. _ "github.com/go-playground/universal-translator/resources/locales/si"
  696. // Locale "sk" import that automatically registers itslef with the universal-translator package
  697. _ "github.com/go-playground/universal-translator/resources/locales/sk"
  698. // Locale "sl" import that automatically registers itslef with the universal-translator package
  699. _ "github.com/go-playground/universal-translator/resources/locales/sl"
  700. // Locale "smn" import that automatically registers itslef with the universal-translator package
  701. _ "github.com/go-playground/universal-translator/resources/locales/smn"
  702. // Locale "sn" import that automatically registers itslef with the universal-translator package
  703. _ "github.com/go-playground/universal-translator/resources/locales/sn"
  704. // Locale "so" import that automatically registers itslef with the universal-translator package
  705. _ "github.com/go-playground/universal-translator/resources/locales/so"
  706. // Locale "so_DJ" import that automatically registers itslef with the universal-translator package
  707. _ "github.com/go-playground/universal-translator/resources/locales/so_DJ"
  708. // Locale "so_ET" import that automatically registers itslef with the universal-translator package
  709. _ "github.com/go-playground/universal-translator/resources/locales/so_ET"
  710. // Locale "so_KE" import that automatically registers itslef with the universal-translator package
  711. _ "github.com/go-playground/universal-translator/resources/locales/so_KE"
  712. // Locale "sq" import that automatically registers itslef with the universal-translator package
  713. _ "github.com/go-playground/universal-translator/resources/locales/sq"
  714. // Locale "sq_MK" import that automatically registers itslef with the universal-translator package
  715. _ "github.com/go-playground/universal-translator/resources/locales/sq_MK"
  716. // Locale "sr" import that automatically registers itslef with the universal-translator package
  717. _ "github.com/go-playground/universal-translator/resources/locales/sr"
  718. // Locale "sr_Latn" import that automatically registers itslef with the universal-translator package
  719. _ "github.com/go-playground/universal-translator/resources/locales/sr_Latn"
  720. // Locale "sv" import that automatically registers itslef with the universal-translator package
  721. _ "github.com/go-playground/universal-translator/resources/locales/sv"
  722. // Locale "sw" import that automatically registers itslef with the universal-translator package
  723. _ "github.com/go-playground/universal-translator/resources/locales/sw"
  724. // Locale "sw_CD" import that automatically registers itslef with the universal-translator package
  725. _ "github.com/go-playground/universal-translator/resources/locales/sw_CD"
  726. // Locale "sw_UG" import that automatically registers itslef with the universal-translator package
  727. _ "github.com/go-playground/universal-translator/resources/locales/sw_UG"
  728. // Locale "ta" import that automatically registers itslef with the universal-translator package
  729. _ "github.com/go-playground/universal-translator/resources/locales/ta"
  730. // Locale "ta_LK" import that automatically registers itslef with the universal-translator package
  731. _ "github.com/go-playground/universal-translator/resources/locales/ta_LK"
  732. // Locale "ta_MY" import that automatically registers itslef with the universal-translator package
  733. _ "github.com/go-playground/universal-translator/resources/locales/ta_MY"
  734. // Locale "ta_SG" import that automatically registers itslef with the universal-translator package
  735. _ "github.com/go-playground/universal-translator/resources/locales/ta_SG"
  736. // Locale "te" import that automatically registers itslef with the universal-translator package
  737. _ "github.com/go-playground/universal-translator/resources/locales/te"
  738. // Locale "teo" import that automatically registers itslef with the universal-translator package
  739. _ "github.com/go-playground/universal-translator/resources/locales/teo"
  740. // Locale "teo_KE" import that automatically registers itslef with the universal-translator package
  741. _ "github.com/go-playground/universal-translator/resources/locales/teo_KE"
  742. // Locale "th" import that automatically registers itslef with the universal-translator package
  743. _ "github.com/go-playground/universal-translator/resources/locales/th"
  744. // Locale "ti" import that automatically registers itslef with the universal-translator package
  745. _ "github.com/go-playground/universal-translator/resources/locales/ti"
  746. // Locale "ti_ER" import that automatically registers itslef with the universal-translator package
  747. _ "github.com/go-playground/universal-translator/resources/locales/ti_ER"
  748. // Locale "tk" import that automatically registers itslef with the universal-translator package
  749. _ "github.com/go-playground/universal-translator/resources/locales/tk"
  750. // Locale "to" import that automatically registers itslef with the universal-translator package
  751. _ "github.com/go-playground/universal-translator/resources/locales/to"
  752. // Locale "tr" import that automatically registers itslef with the universal-translator package
  753. _ "github.com/go-playground/universal-translator/resources/locales/tr"
  754. // Locale "twq" import that automatically registers itslef with the universal-translator package
  755. _ "github.com/go-playground/universal-translator/resources/locales/twq"
  756. // Locale "tzm" import that automatically registers itslef with the universal-translator package
  757. _ "github.com/go-playground/universal-translator/resources/locales/tzm"
  758. // Locale "ug" import that automatically registers itslef with the universal-translator package
  759. _ "github.com/go-playground/universal-translator/resources/locales/ug"
  760. // Locale "uk" import that automatically registers itslef with the universal-translator package
  761. _ "github.com/go-playground/universal-translator/resources/locales/uk"
  762. // Locale "ur" import that automatically registers itslef with the universal-translator package
  763. _ "github.com/go-playground/universal-translator/resources/locales/ur"
  764. // Locale "ur_IN" import that automatically registers itslef with the universal-translator package
  765. _ "github.com/go-playground/universal-translator/resources/locales/ur_IN"
  766. // Locale "uz" import that automatically registers itslef with the universal-translator package
  767. _ "github.com/go-playground/universal-translator/resources/locales/uz"
  768. // Locale "uz_Arab" import that automatically registers itslef with the universal-translator package
  769. _ "github.com/go-playground/universal-translator/resources/locales/uz_Arab"
  770. // Locale "uz_Cyrl" import that automatically registers itslef with the universal-translator package
  771. _ "github.com/go-playground/universal-translator/resources/locales/uz_Cyrl"
  772. // Locale "vai" import that automatically registers itslef with the universal-translator package
  773. _ "github.com/go-playground/universal-translator/resources/locales/vai"
  774. // Locale "vai_Latn" import that automatically registers itslef with the universal-translator package
  775. _ "github.com/go-playground/universal-translator/resources/locales/vai_Latn"
  776. // Locale "vi" import that automatically registers itslef with the universal-translator package
  777. _ "github.com/go-playground/universal-translator/resources/locales/vi"
  778. // Locale "vun" import that automatically registers itslef with the universal-translator package
  779. _ "github.com/go-playground/universal-translator/resources/locales/vun"
  780. // Locale "wae" import that automatically registers itslef with the universal-translator package
  781. _ "github.com/go-playground/universal-translator/resources/locales/wae"
  782. // Locale "xog" import that automatically registers itslef with the universal-translator package
  783. _ "github.com/go-playground/universal-translator/resources/locales/xog"
  784. // Locale "yav" import that automatically registers itslef with the universal-translator package
  785. _ "github.com/go-playground/universal-translator/resources/locales/yav"
  786. // Locale "yi" import that automatically registers itslef with the universal-translator package
  787. _ "github.com/go-playground/universal-translator/resources/locales/yi"
  788. // Locale "yo" import that automatically registers itslef with the universal-translator package
  789. _ "github.com/go-playground/universal-translator/resources/locales/yo"
  790. // Locale "yo_BJ" import that automatically registers itslef with the universal-translator package
  791. _ "github.com/go-playground/universal-translator/resources/locales/yo_BJ"
  792. // Locale "yue" import that automatically registers itslef with the universal-translator package
  793. _ "github.com/go-playground/universal-translator/resources/locales/yue"
  794. // Locale "zgh" import that automatically registers itslef with the universal-translator package
  795. _ "github.com/go-playground/universal-translator/resources/locales/zgh"
  796. // Locale "zh" import that automatically registers itslef with the universal-translator package
  797. _ "github.com/go-playground/universal-translator/resources/locales/zh"
  798. // Locale "zh_Hans_HK" import that automatically registers itslef with the universal-translator package
  799. _ "github.com/go-playground/universal-translator/resources/locales/zh_Hans_HK"
  800. // Locale "zh_Hans_MO" import that automatically registers itslef with the universal-translator package
  801. _ "github.com/go-playground/universal-translator/resources/locales/zh_Hans_MO"
  802. // Locale "zh_Hans_SG" import that automatically registers itslef with the universal-translator package
  803. _ "github.com/go-playground/universal-translator/resources/locales/zh_Hans_SG"
  804. // Locale "zh_Hant" import that automatically registers itslef with the universal-translator package
  805. _ "github.com/go-playground/universal-translator/resources/locales/zh_Hant"
  806. // Locale "zh_Hant_HK" import that automatically registers itslef with the universal-translator package
  807. _ "github.com/go-playground/universal-translator/resources/locales/zh_Hant_HK"
  808. // Locale "zh_Hant_MO" import that automatically registers itslef with the universal-translator package
  809. _ "github.com/go-playground/universal-translator/resources/locales/zh_Hant_MO"
  810. // Locale "zu" import that automatically registers itslef with the universal-translator package
  811. _ "github.com/go-playground/universal-translator/resources/locales/zu"
  812. )