Skip to content

Commit

Permalink
Filipino language added (octokatherine#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
allancolibao authored Apr 27, 2021
1 parent 5ea4beb commit 58d3b56
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
8 changes: 8 additions & 0 deletions components/LanguageDropDown.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ export function LanguageDropDown({ posts }) {
Italiano
</a>
</li>
<li className="">
<a
className="w-32 bg-gray-200 hover:bg-emerald-400 py-2 px-4 block whitespace-no-wrap"
href="/fil"
>
Filipino
</a>
</li>
<li className="">
<a
className="w-32 bg-gray-200 hover:bg-emerald-400 py-2 px-4 block whitespace-no-wrap"
Expand Down
2 changes: 1 addition & 1 deletion next-i18next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
i18n: {
defaultLocale: 'en',
locales: ['en', 'fr', 'es', 'it', 'tur'],
locales: ['en', 'fr', 'es', 'it', 'fil', 'tur'],
},
}
11 changes: 11 additions & 0 deletions public/locales/fil/common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"title": "Ang pinakamadaling paraan upang lumikha ng isang",
"readme": "README",
"description": "Sa aming simpleng editor maaari mong mabilis na ipasadya at idagdag ang lahat ng mga seksyon na kailangan mo sa README file ng iyong proyekto",
"get-started": "Magsimula",
"100-free": "100% Libre",
"made-with-love": "Gawa mula sa ",
"by": " ni",
"language": "Wika",
"translation-error": "Maling pagsasalin ng wika?"
}
16 changes: 16 additions & 0 deletions public/locales/fil/editor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"editor-desktop-optimized": "Ang website na ito ay magagamit lamang para sa desktop",
"editor-visit-desktop": "Mangyaring bisitahin ang readme.so sa isang desktop upang likhain ang iyong readme!",
"nav-download": "Mag-Download",
"download-readme-generated": "Nabuo na ang Readme!",
"download-reach-out": "Salamat sa paggamit ng readme.so! Huwag mag-atubiling makipag-ugnay sa akin sa",
"download-feedback": "na may anumang feedback.",
"download-coffee": "Kung nakita mong kapaki-pakinabang ang produktong ito, isaalang-alang ang pagsuporta sa akin na may kasamang isang tasa ng kape!",
"editor-column-editor": "Editor",
"editor-select": "Pumili ng isang seksyon mula sa kaliwang sidebar upang i-edit ang mga nilalaman",
"preview-column-preview": "Preview",
"preview-column-raw": "Raw",
"section-column-section": "Mga Seksyon",
"section-column-click-edit": "Mag-click sa isang seksyon sa ibaba upang mai-edit ang mga nilalaman",
"section-column-click-add": "Mag-click sa isang seksyon sa ibaba upang idagdag ito sa iyong readme"
}

0 comments on commit 58d3b56

Please sign in to comment.