Bilibili-Evolved/utils/i18n/i18n.de-DE.js
2019-06-06 00:10:30 +08:00

12 lines
221 B
JavaScript

export const map = new Map([
/* Your translation here */
[`*`, [
/* CSS translation here */
]],
]);
export const regex = new Map([
/* Regex translation here */
]);
export default {
export: { map, regex },
};