Loading translations...
; + + return ( + <> +{t("community.translations.noDiscrepancies")}
+ ) : ( +{t("community.translations.noMissingKeys")}
+ )} + +{t("community.translations.noExtraKeys")}
+ )} +Loading translations...
; + + const allKeys = collectAllKeys(translations[baseLang]); + + const columns = [ + { + title: t("community.translations.key"), + dataIndex: "key", + key: "key", + width: "20%", + render: (text: string) =>