forked from octokatherine/readme.so
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filipino language added (octokatherine#88)
- Loading branch information
1 parent
5ea4beb
commit 58d3b56
Showing
4 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'], | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |