Skip to content

Commit da7aab4

Browse files
Add localized chapter titles for Generative AI (#4385)
Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent d923f72 commit da7aab4

File tree

13 files changed

+26
-13
lines changed

13 files changed

+26
-13
lines changed

src/templates/en/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
"webassembly": "WebAssembly",
217217
"structured-data": "Structured Data",
218218
"sustainability": "Sustainability",
219-
"interoperability": "Interoperability"
219+
"interoperability": "Interoperability",
220+
"generative-ai": "Generative AI"
220221
}
221222
%}
222223
{% if (year == "2019" or year == "2020") %}

src/templates/es/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@
215215
"webassembly": "WebAssembly",
216216
"structured-data": "Structured Data",
217217
"sustainability": "Sustentabilidad",
218-
"interoperability": "Interoperabilidad"
218+
"interoperability": "Interoperabilidad",
219+
"generative-ai": "IA generativa"
219220
}
220221
%}
221222

src/templates/fr/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
"webassembly": "WebAssembly",
217217
"structured-data": "Structured Data",
218218
"sustainability": "Durabilité",
219-
"interoperability": "Interopérabilité"
219+
"interoperability": "Interopérabilité",
220+
"generative-ai": "IA générative"
220221
}
221222
%}
222223
{% if (year == "2019" or year == "2020") %}

src/templates/hi/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
"webassembly": "WebAssembly",
217217
"structured-data": "Structured Data",
218218
"sustainability": "वहनीयता",
219-
"interoperability": "इंटरोऑपरेबिलिटी"
219+
"interoperability": "इंटरोऑपरेबिलिटी",
220+
"generative-ai": "जनरेटिव एआई"
220221
}
221222
%}
222223
{% if (year == "2019" or year == "2020") %}

src/templates/it/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
"webassembly": "WebAssembly",
217217
"structured-data": "Structured Data",
218218
"sustainability": "Sostenibilità",
219-
"interoperability": "Interoperabilità"
219+
"interoperability": "Interoperabilità",
220+
"generative-ai": "IA generativa"
220221
}
221222
%}
222223
{% if (year == "2019" or year == "2020") %}

src/templates/ja/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
"webassembly": "WebAssembly",
217217
"structured-data": "Structured Data",
218218
"sustainability": "持続可能性",
219-
"interoperability": "相互運用性"
219+
"interoperability": "相互運用性",
220+
"generative-ai": "生成AI"
220221
}
221222
%}
222223
{% if (year == "2019" or year == "2020") %}

src/templates/nl/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
"webassembly": "WebAssembly",
217217
"structured-data": "Structured Data",
218218
"sustainability": "Duurzaamheid",
219-
"interoperability": "Interoperabiliteit"
219+
"interoperability": "Interoperabiliteit",
220+
"generative-ai": "Generatieve AI"
220221
}
221222
%}
222223
{% if (year == "2019" or year == "2020") %}

src/templates/pt/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
"webassembly": "WebAssembly",
217217
"structured-data": "Structured Data",
218218
"sustainability": "Sustentabilidade",
219-
"interoperability": "Interoperabilidade"
219+
"interoperability": "Interoperabilidade",
220+
"generative-ai": "IA generativa"
220221
}
221222
%}
222223
{% if (year == "2019" or year == "2020") %}

src/templates/ru/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
"webassembly": "WebAssembly",
217217
"structured-data": "Structured Data",
218218
"sustainability": "устойчивость",
219-
"interoperability": "Совместимость"
219+
"interoperability": "Совместимость",
220+
"generative-ai": "Генеративный ИИ"
220221
}
221222
%}
222223
{% if (year == "2019" or year == "2020") %}

src/templates/tr/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
"webassembly": "WebAssembly",
217217
"structured-data": "Structured Data",
218218
"sustainability": "Sürdürülebilirlik",
219-
"interoperability": "Birlikte çalışabilirlik"
219+
"interoperability": "Birlikte çalışabilirlik",
220+
"generative-ai": "Üretken Yapay Zekâ"
220221
}
221222
%}
222223
{% if (year == "2019" or year == "2020") %}

0 commit comments

Comments
 (0)