@eigenpal/docx-editor-i18n 1.5.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -62,7 +62,10 @@ var toolbar = {
62
62
  rightToLeft: "Right-to-left text",
63
63
  image: "Image",
64
64
  table: "Table",
65
+ "break": "Break",
65
66
  pageBreak: "Page break",
67
+ sectionBreakNextPage: "Section break (next page)",
68
+ sectionBreakContinuous: "Section break (continuous)",
66
69
  tableOfContents: "Table of contents",
67
70
  symbol: "Symbol",
68
71
  watermark: "Watermark",
@@ -973,7 +976,7 @@ type LocaleStrings = typeof enJson;
973
976
  *
974
977
  * @public
975
978
  */
976
- type LocaleCode = 'en' | 'de' | 'fr' | 'he' | 'hi' | 'pl' | 'pt-BR' | 'tr' | 'zh-CN';
979
+ type LocaleCode = 'en' | 'de' | 'fr' | 'he' | 'hi' | 'id' | 'pl' | 'pt-BR' | 'tr' | 'zh-CN';
977
980
  /** English (`en`) — the source of truth, 100% covered. @public */
978
981
  declare const en: LocaleStrings;
979
982
  /** German (`de`). Community-maintained; null leaves fall back to English. @public */
@@ -984,6 +987,8 @@ declare const fr: PartialLocaleStrings;
984
987
  declare const he: PartialLocaleStrings;
985
988
  /** Hindi (`hi`). Community-maintained; null leaves fall back to English. @public */
986
989
  declare const hi: PartialLocaleStrings;
990
+ /** Indonesian (`id`). Community-maintained; null leaves fall back to English. @public */
991
+ declare const id: PartialLocaleStrings;
987
992
  /** Polish (`pl`). Community-maintained; null leaves fall back to English. @public */
988
993
  declare const pl: PartialLocaleStrings;
989
994
  /** Portuguese (Brazil) (`pt-BR`). Community-maintained; null leaves fall back to English. @public */
@@ -1091,4 +1096,4 @@ type TFunction = (key: TranslationKey, vars?: Record<string, string | number>) =
1091
1096
  */
1092
1097
  declare function createT(strings: LocaleStrings, lang?: string): TFunction;
1093
1098
 
1094
- export { type DeepPartial, type LocaleCode, type LocaleStrings, type PartialLocaleStrings, type TFunction, type TranslationKey, type Translations, createT, de, deepMerge, en, fr, he, hi, locales, pl, ptBR, tr, zhCN };
1099
+ export { type DeepPartial, type LocaleCode, type LocaleStrings, type PartialLocaleStrings, type TFunction, type TranslationKey, type Translations, createT, de, deepMerge, en, fr, he, hi, id, locales, pl, ptBR, tr, zhCN };
package/dist/index.d.ts CHANGED
@@ -62,7 +62,10 @@ var toolbar = {
62
62
  rightToLeft: "Right-to-left text",
63
63
  image: "Image",
64
64
  table: "Table",
65
+ "break": "Break",
65
66
  pageBreak: "Page break",
67
+ sectionBreakNextPage: "Section break (next page)",
68
+ sectionBreakContinuous: "Section break (continuous)",
66
69
  tableOfContents: "Table of contents",
67
70
  symbol: "Symbol",
68
71
  watermark: "Watermark",
@@ -973,7 +976,7 @@ type LocaleStrings = typeof enJson;
973
976
  *
974
977
  * @public
975
978
  */
976
- type LocaleCode = 'en' | 'de' | 'fr' | 'he' | 'hi' | 'pl' | 'pt-BR' | 'tr' | 'zh-CN';
979
+ type LocaleCode = 'en' | 'de' | 'fr' | 'he' | 'hi' | 'id' | 'pl' | 'pt-BR' | 'tr' | 'zh-CN';
977
980
  /** English (`en`) — the source of truth, 100% covered. @public */
978
981
  declare const en: LocaleStrings;
979
982
  /** German (`de`). Community-maintained; null leaves fall back to English. @public */
@@ -984,6 +987,8 @@ declare const fr: PartialLocaleStrings;
984
987
  declare const he: PartialLocaleStrings;
985
988
  /** Hindi (`hi`). Community-maintained; null leaves fall back to English. @public */
986
989
  declare const hi: PartialLocaleStrings;
990
+ /** Indonesian (`id`). Community-maintained; null leaves fall back to English. @public */
991
+ declare const id: PartialLocaleStrings;
987
992
  /** Polish (`pl`). Community-maintained; null leaves fall back to English. @public */
988
993
  declare const pl: PartialLocaleStrings;
989
994
  /** Portuguese (Brazil) (`pt-BR`). Community-maintained; null leaves fall back to English. @public */
@@ -1091,4 +1096,4 @@ type TFunction = (key: TranslationKey, vars?: Record<string, string | number>) =
1091
1096
  */
1092
1097
  declare function createT(strings: LocaleStrings, lang?: string): TFunction;
1093
1098
 
1094
- export { type DeepPartial, type LocaleCode, type LocaleStrings, type PartialLocaleStrings, type TFunction, type TranslationKey, type Translations, createT, de, deepMerge, en, fr, he, hi, locales, pl, ptBR, tr, zhCN };
1099
+ export { type DeepPartial, type LocaleCode, type LocaleStrings, type PartialLocaleStrings, type TFunction, type TranslationKey, type Translations, createT, de, deepMerge, en, fr, he, hi, id, locales, pl, ptBR, tr, zhCN };