The parser was not adding the dot in the key to the json file sent to crowdin. Some translations were not being translated correctly.
11 lines
177 B
JavaScript
11 lines
177 B
JavaScript
const config = {
|
|
customValueTemplate: {
|
|
message: '${key}',
|
|
description: '${description}',
|
|
},
|
|
keepRemoved: false,
|
|
keySeparator: false,
|
|
};
|
|
|
|
export default config;
|