feat(locales): complete German phone locale

This commit is contained in:
Leon.Schmidt
2026-08-17 21:17:15 +02:00
parent bbecf64e55
commit fc3f5b1da2
3 changed files with 1976 additions and 453 deletions
@@ -224,9 +224,9 @@ describe('phone locale contract', () => {
expect(missing).toEqual([])
})
it('builds German on the complete English locale fallback', () => {
expect(germanLocaleSource).toContain(
'local german = translate_shared(clone(Locales["en"] or {}))',
)
it('keeps German structurally aligned with English', () => {
const germanPaths = collectLuaLocalePaths(germanLocaleSource)
expect([...germanPaths].sort()).toEqual([...englishPaths].sort())
})
})
File diff suppressed because it is too large Load Diff