fix: properly translate static table headers (#904)
This commit is contained in:
committed by
GitHub
parent
8d82966165
commit
a606e4c9fe
@ -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',
|
||||
|
Reference in New Issue
Block a user