The Node.js® Website

Polish Translations Setup (#6519)

* Polish Translations Setup

* remove pl.json

authored by Remix and committed by GitHub 90e40817 910c750f

Changed files
+10
i18n
+10
i18n/config.json
··· 168 168 "hrefLang": "zh-Hant", 169 169 "enabled": false, 170 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 171 181 } 172 182 ]