promotional bannermobile promotional banner

Krowi's Currency

A comprehensive currency formatting library providing flexible formatting for in-game currency and other currency values

File Details

2.0

  • R
  • Jan 14, 2026
  • 11.68 KB
  • 191
  • 12.0.0+4
  • Retail + 3

File Name

Krowi_Currency-v2.0.zip

Supported Versions

  • 12.0.0
  • 11.2.7
  • 5.5.3
  • 2.5.5
  • 1.15.8

Added

  • Currency label localizations for Gold, Silver, and Copper in all supported languages:
    • English (enUS): g, s, c
    • German (deDE): g, s, k (Kupfer)
    • Spanish (esES, esMX): o, p, c (Oro, Plata, Cobre)
    • French (frFR): o, a, c (Or, Argent, Cuivre)
    • Italian (itIT): o, a, r (Oro, Argento, Rame)
    • Korean (koKR): 골, 은, 동
    • Portuguese (ptBR): o, p, c (Ouro, Prata, Cobre)
    • Russian (ruRU): з, с, м (Золото, Серебро, Медь)
    • Chinese Simplified (zhCN): 金, 银, 铜
    • Chinese Traditional (zhTW): 金, 銀, 銅

Changed

  • Refactored localization loading to use KROWI_LIBMAN:GetCurrentLibrary() instead of LibStub
  • Updated locale methods from GetDefaultLocale() to NewDefaultLocale() and NewLocale()
  • Renamed PostLocalization.lua to Shared.lua for better clarity
  • Removed redundant lib.L = L assignments from individual locale files
  • Simplified copyright notice across all files
  • Streamlined addon metadata fields in TOC file (replaced individual links with X-Slug, X-CurseForge-ID, and X-Wago-ID format)