mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-28 17:01:18 +00:00
feat(locales): complete German phone locale
This commit is contained in:
@@ -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())
|
||||
})
|
||||
})
|
||||
|
||||
+1891
-368
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user