@jjlmoya/utils-cooking 1.34.0 → 1.35.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-cooking",
3
- "version": "1.34.0",
3
+ "version": "1.35.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -36,7 +36,7 @@ describe("i18n titles for FAQ", () => {
36
36
 
37
37
  it("should have 17 tools with complete i18n setup", async () => {
38
38
  const completeTools = ALL_TOOLS.filter((t) => Object.keys(t.entry.i18n).length > 1);
39
- expect(completeTools.length).toBe(19);
39
+ expect(completeTools.length).toBe(20);
40
40
  });
41
41
 
42
42
  it("tool IDs should be correctly registered", () => {
@@ -7,6 +7,20 @@ export const maillardReaction: CookingToolEntry = {
7
7
  fg: 'mdi:flask',
8
8
  },
9
9
  i18n: {
10
+ de: () => import('./i18n/de').then((m) => m.content),
10
11
  en: () => import('./i18n/en').then((m) => m.content),
12
+ es: () => import('./i18n/es').then((m) => m.content),
13
+ fr: () => import('./i18n/fr').then((m) => m.content),
14
+ id: () => import('./i18n/id').then((m) => m.content),
15
+ it: () => import('./i18n/it').then((m) => m.content),
16
+ ja: () => import('./i18n/ja').then((m) => m.content),
17
+ ko: () => import('./i18n/ko').then((m) => m.content),
18
+ nl: () => import('./i18n/nl').then((m) => m.content),
19
+ pl: () => import('./i18n/pl').then((m) => m.content),
20
+ pt: () => import('./i18n/pt').then((m) => m.content),
21
+ ru: () => import('./i18n/ru').then((m) => m.content),
22
+ sv: () => import('./i18n/sv').then((m) => m.content),
23
+ tr: () => import('./i18n/tr').then((m) => m.content),
24
+ zh: () => import('./i18n/zh').then((m) => m.content),
11
25
  },
12
26
  };
@@ -83,7 +83,7 @@ const appSchema = {
83
83
  };
84
84
 
85
85
  export const content: ToolLocaleContent = {
86
- slug: 'meirudo-hannou-saitekika',
86
+ slug: 'maillard-reaction-optimizer',
87
87
  title: 'メイラード反応オプティマイザー',
88
88
  description: 'メイラード反応を促進するために、食品1kgあたりに加える重曹の量を正確に計算します。安全なアルカリ性の範囲内に収めることで、石鹸のような不快な風味を防ぎます。',
89
89
  faqTitle: 'よくある質問',
@@ -83,7 +83,7 @@ const appSchema = {
83
83
  };
84
84
 
85
85
  export const content: ToolLocaleContent = {
86
- slug: 'maillard-baneung-choijeoghwa',
86
+ slug: 'maillard-reaction-optimizer',
87
87
  title: '마이야르 반응 최적화 도구',
88
88
  description: '마이야르 반응을 촉진하기 위해 식품 1kg당 첨가할 베이킹소다의 정확한 양을 계산합니다. 안전한 알칼리도 한계 내에서 유지하여 비누 맛을 방지하세요.',
89
89
  faqTitle: '자주 묻는 질문',
@@ -83,7 +83,7 @@ const appSchema = {
83
83
  };
84
84
 
85
85
  export const content: ToolLocaleContent = {
86
- slug: 'meilade-fanying-youhuaqi',
86
+ slug: 'maillard-reaction-optimizer',
87
87
  title: '美拉德反应优化器',
88
88
  description: '精确计算每公斤食物应添加多少小苏打以加速美拉德反应。通过保持在安全碱度范围内来避免肥皂味。',
89
89
  faqTitle: '常见问题',