• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

orion-ecs / keen-eye / 20727958385 / 1
65%
main: 65%

Build:
DEFAULT BRANCH: main
Ran 05 Jan 2026 08:19PM UTC
Files 607
Run time 55s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Jan 2026 08:16PM UTC coverage: 74.263% (-0.4%) from 74.617%
20727958385.1

push

github

tyevco
feat: Implement core LocalizationPlugin with key-value JSON support

Add a complete localization system for multi-language support:

Core types:
- Locale readonly record struct for language tags (e.g., "en-US", "ja-JP")
- LocalizationConfig for DefaultLocale, MissingKeyBehavior, FallbackOverrides
- ILocalization interface with Get(), Format(), SetLocale()
- IStringSource interface for pluggable translation sources

Implementation:
- LocalizationPlugin as the main entry point
- LocalizationManager (exposed via world.Localization extension)
- JsonStringSource for loading translations from JSON files
- DictionaryStringSource for in-memory translations

UI integration:
- LocalizedText component to mark entities for auto-translation
- LocalizedTextTag for efficient querying
- LocalizedTextSystem to update UIText when locale changes

Features:
- Fallback chain: current locale -> custom override -> language-only -> default
- Format string support with {0}, {1} placeholders
- Configurable missing key behavior (return key, empty, placeholder, throw)
- Thread-safe source management

Closes #632

5689 of 7334 branches covered (77.57%)

Branch coverage included in aggregate %.

36260 of 49153 relevant lines covered (73.77%)

1.06 hits per line

Source Files on job 20727958385.1
  • Tree
  • List 607
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 20727958385
  • bdd6bf08 on github
  • Prev Job for on main (#20708234269.1)
  • Next Job for on main (#20731973356.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc