mirror of
https://github.com/quartz-community/table-of-contents.git
synced 2026-07-22 02:50:28 +00:00
i18n: add translations for 30 locales from Quartz v4
This commit is contained in:
parent
5432ccc43c
commit
f98fc71b7a
2 changed files with 14 additions and 0 deletions
7
src/i18n/locales/en-GB.ts
Normal file
7
src/i18n/locales/en-GB.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default {
|
||||
components: {
|
||||
tableOfContents: {
|
||||
title: "Table of Contents",
|
||||
},
|
||||
},
|
||||
};
|
||||
7
src/i18n/locales/es-ES.ts
Normal file
7
src/i18n/locales/es-ES.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default {
|
||||
components: {
|
||||
tableOfContents: {
|
||||
title: "Tabla de Contenidos",
|
||||
},
|
||||
},
|
||||
};
|
||||
Loading…
Reference in a new issue