fix: properly translate static table headers (#904)

This commit is contained in:
Daniel Lautzenheiser
2023-10-03 12:42:43 -04:00
committed by GitHub
parent 8d82966165
commit a606e4c9fe
47 changed files with 3242 additions and 302 deletions

View File

@ -1,6 +1,6 @@
import type { LocalePhrasesRoot } from '@staticcms/core/interface';
import type { BaseLocalePhrasesRoot } from '../types';
const en: LocalePhrasesRoot = {
const en: BaseLocalePhrasesRoot = {
auth: {
login: 'Login',
loggingIn: 'Logging in...',
@ -65,6 +65,10 @@ const en: LocalePhrasesRoot = {
other: 'Other',
negateLabel: 'Not %{label}',
},
table: {
summary: 'Summary',
collection: 'Collection',
},
defaultFields: {
author: {
label: 'Author',