mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-02-12 04:43:44 +00:00
Improve right-to-left language support
This commit is contained in:
@@ -13,7 +13,7 @@ class Lang {
|
||||
this.backing.set(code, data)
|
||||
// Check properties
|
||||
for (const key of Object.keys(base)) {
|
||||
if (!data[key] || data[key] === base[key]) {
|
||||
if (!key.startsWith("meta_") && (!data[key] || data[key] === base[key])) {
|
||||
console.log(`[!] [${code}] ${key} was not replaced`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user