website/data/i18n
mtardy 3d850f6b9a Clean CVE feed shortcode i18n caption data
Previsouly we were using two data items:
    ```toml
    [cve_table_date_before]
    other = "(last updated: "
    [cve_table_date_after]
    other = ")"
    ```
Which was simplified, using printf, to:
    ```toml
    [cve_table_date_format_string]
    other = "(last updated: %s)"
    ```
This is related to the following discussion
https://github.com/kubernetes/website/pull/38579#discussion_r1116992896
2023-02-28 11:46:04 +01:00
..
de Allow localization teams to review their own strings 2021-04-25 11:10:20 +01:00
en Clean CVE feed shortcode i18n caption data 2023-02-28 11:46:04 +01:00
es Allow localization teams to review their own strings 2021-04-25 11:10:20 +01:00
fr Add the French release page to fix a bug 2022-09-19 18:48:26 +02:00
hi update hi.toml with new strings from en.toml 2022-08-28 15:17:45 -04:00
id Allow localization teams to review their own strings 2021-04-25 11:10:20 +01:00
it Allow localization teams to review their own strings 2021-04-25 11:10:20 +01:00
ja [ja] Add /blog/2022/02/17/dockershim-faq (/ja/dockershim) and dockershim_message 2023-02-18 09:08:16 +09:00
ko [ko]Adopt new localization string for release 2022-09-14 17:25:52 +09:00
nl Allow localization teams to review their own strings 2021-04-25 11:10:20 +01:00
no Allow localization teams to review their own strings 2021-04-25 11:10:20 +01:00
pl Update Polish localization strings 2022-10-15 19:01:13 +02:00
pt-br [pt-br] Reword glossary description for tools. 2023-01-11 09:37:55 -05:00
ru [ru] Updated ru.toml 2022-07-14 17:58:36 +07:00
uk Allow localization teams to review their own strings 2021-04-25 11:10:20 +01:00
vi Allow localization teams to review their own strings 2021-04-25 11:10:20 +01:00
zh-cn data/i18n/zh-cn/zh-cn.toml: translate en to zh-cn 2023-02-17 22:53:36 +08:00