Skip to content

Commit c3f838e

Browse files
committed
Add i18n back, thanks autofix
1 parent f322736 commit c3f838e

5 files changed

Lines changed: 40 additions & 5 deletions

File tree

i18n/locales/en.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,14 @@
208208
"title": "Readme",
209209
"no_readme": "No README available.",
210210
"view_on_github": "View on GitHub",
211-
"toc_title": "Outline"
211+
"toc_title": "Outline",
212+
"callout": {
213+
"note": "note",
214+
"tip": "tip",
215+
"important": "important",
216+
"warning": "warning",
217+
"caution": "caution"
218+
}
212219
},
213220
"keywords_title": "Keywords",
214221
"compatibility": "Compatibility",

i18n/locales/pl-PL.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,14 @@
204204
"title": "README",
205205
"no_readme": "Brak README.",
206206
"view_on_github": "Zobacz na GitHub",
207-
"toc_title": "Spis treści"
207+
"toc_title": "Spis treści",
208+
"callout": {
209+
"note": "notatka",
210+
"tip": "wskazówka",
211+
"important": "ważne",
212+
"warning": "uwaga",
213+
"caution": "ostrożnie"
214+
}
208215
},
209216
"provenance_section": {},
210217
"keywords_title": "Słowa kluczowe",

lunaria/files/en-GB.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,14 @@
208208
"title": "Readme",
209209
"no_readme": "No README available.",
210210
"view_on_github": "View on GitHub",
211-
"toc_title": "Outline"
211+
"toc_title": "Outline",
212+
"callout": {
213+
"note": "note",
214+
"tip": "tip",
215+
"important": "important",
216+
"warning": "warning",
217+
"caution": "caution"
218+
}
212219
},
213220
"keywords_title": "Keywords",
214221
"compatibility": "Compatibility",

lunaria/files/en-US.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,14 @@
208208
"title": "Readme",
209209
"no_readme": "No README available.",
210210
"view_on_github": "View on GitHub",
211-
"toc_title": "Outline"
211+
"toc_title": "Outline",
212+
"callout": {
213+
"note": "note",
214+
"tip": "tip",
215+
"important": "important",
216+
"warning": "warning",
217+
"caution": "caution"
218+
}
212219
},
213220
"keywords_title": "Keywords",
214221
"compatibility": "Compatibility",

lunaria/files/pl-PL.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,14 @@
204204
"title": "README",
205205
"no_readme": "Brak README.",
206206
"view_on_github": "Zobacz na GitHub",
207-
"toc_title": "Spis treści"
207+
"toc_title": "Spis treści",
208+
"callout": {
209+
"note": "notatka",
210+
"tip": "wskazówka",
211+
"important": "ważne",
212+
"warning": "uwaga",
213+
"caution": "ostrożnie"
214+
}
208215
},
209216
"provenance_section": {},
210217
"keywords_title": "Słowa kluczowe",

0 commit comments

Comments
 (0)