The Node.js® Website

Polish Translations Setup (#6519)

* Polish Translations Setup

* remove pl.json

authored by

Remix and committed by
GitHub
90e40817 910c750f

+10
+10
i18n/config.json
··· 168 "hrefLang": "zh-Hant", 169 "enabled": false, 170 "default": false 171 } 172 ]
··· 168 "hrefLang": "zh-Hant", 169 "enabled": false, 170 "default": false 171 + }, 172 + { 173 + "code": "pl", 174 + "localName": "Polski", 175 + "name": "Polish", 176 + "langDir": "ltr", 177 + "dateFormat": "DD/MM/YYYY", 178 + "hrefLang": "pl", 179 + "enabled": false, 180 + "default": false 181 } 182 ]