mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-14 20:25:16 +00:00
web/translations: handle error contexts
This commit is contained in:
@@ -25,6 +25,8 @@ const defaultLocale = 'en';
|
||||
const config: Config<{
|
||||
value?: string;
|
||||
formats?: string;
|
||||
limit?: number;
|
||||
service?: string;
|
||||
}> = {
|
||||
fallbackLocale: defaultLocale,
|
||||
translations: Object.keys(parsedLocfiles).reduce((obj, lang) => {
|
||||
|
||||
Reference in New Issue
Block a user