@payloadcms/translations
Advanced tools
Comparing version 3.20.0-canary.75e9839 to 3.20.0-canary.8eef7db
@@ -31,2 +31,5 @@ export const importDateFNSLocale = async (locale)=>{ | ||
break; | ||
case 'et': | ||
result = (await import('date-fns/locale/et')).et; | ||
break; | ||
case 'fa-IR': | ||
@@ -33,0 +36,0 @@ result = (await import('date-fns/locale/fa-IR')).faIR; |
@@ -417,5 +417,5 @@ import type { Language } from '../types.js'; | ||
autosavedVersion: string; | ||
changed: string; | ||
changedFieldsCount_one: string; | ||
changedFieldsCount_other: string; | ||
changed: string; | ||
compareVersion: string; | ||
@@ -422,0 +422,0 @@ confirmPublish: string; |
@@ -416,5 +416,5 @@ export const enTranslations = { | ||
autosavedVersion: 'Autosaved version', | ||
changed: 'Changed', | ||
changedFieldsCount_one: '{{count}} changed field', | ||
changedFieldsCount_other: '{{count}} changed fields', | ||
changed: 'Changed', | ||
compareVersion: 'Compare version against:', | ||
@@ -421,0 +421,0 @@ confirmPublish: 'Confirm publish', |
@@ -424,5 +424,5 @@ import type { DefaultTranslationKeys, DefaultTranslationsObject, I18n, InitI18n, Language } from '../types.js'; | ||
autosavedVersion: string; | ||
changed: string; | ||
changedFieldsCount_one: string; | ||
changedFieldsCount_other: string; | ||
changed: string; | ||
compareVersion: string; | ||
@@ -429,0 +429,0 @@ confirmPublish: string; |
{ | ||
"name": "@payloadcms/translations", | ||
"version": "3.20.0-canary.75e9839", | ||
"version": "3.20.0-canary.8eef7db", | ||
"homepage": "https://payloadcms.com", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2614998
19354