Skip to content

Commit

Permalink
Added Tagalog translations
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Aug 13, 2022
1 parent eef9bde commit 5f360d2
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/schema/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,12 @@
"th"
]
},
{
"title": "Site language: Tagalog",
"enum": [
"tl"
]
},
{
"title": "Site language: Turkish",
"enum": [
Expand Down
1 change: 1 addition & 0 deletions docs/setup/changing-the-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ The following languages are supported:
- `sr` – Serbian
- `sv` – Swedish
- `th` – Thai
- `tl` – Tagalog
- `tr` – Turkish
- `uk` – Ukrainian
- `ur` – Urdu
Expand Down
37 changes: 37 additions & 0 deletions material/partials/languages/tl.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{#-
This file was automatically generated - do not edit
-#}
{% macro t(key) %}{{ {
"language": "tl",
"clipboard.copy": "Kopyahin sa clipboard",
"clipboard.copied": "Nakopya mula sa clipboard",
"edit.link.title": "I-edit ang pahinang ito",
"footer.previous": "Nakaraan",
"footer.next": "Susunod",
"footer.title": "Lagdang Pangwakas",
"header.title": "Pamuhatan",
"meta.comments": "Mga Komento",
"meta.source": "Pinagmulan",
"nav.title": "Nabigasyon",
"search.placeholder": "Hanapin",
"search.share": "Ibahagi",
"search.reset": "Tanggalin",
"search.result.initializer": "Sinisimulan ang paghahanap",
"search.result.placeholder": "Mag-type upang simulan ang paghahanap",
"search.result.none": "Walang nahanap na dokumento",
"search.result.one": "1 magkatugmang dokumento",
"search.result.other": "# magkatugmang mga dokumento",
"search.result.more.one": "1 meron sa pahina na ito",
"search.result.more.other": "# meron sa pahina na ito",
"search.result.term.missing": "Nawawala",
"search.title": "Hanapin",
"select.language.title": "Pumili ng lenguwahe",
"select.version.title": "Pumili ng bersyon",
"skip.link.title": "I-skip tungo sa nilalaman",
"source.link.title": "Pumunta sa repository",
"source.file.date.updated": "Huling update",
"source.file.date.created": "Nagawa",
"tabs.title": "Mga tala",
"toc.title": "Talaan ng nilalaman",
"top.title": "Bumalik sa taas"
}[key] }}{% endmacro %}
57 changes: 57 additions & 0 deletions src/partials/languages/tl.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!--
Copyright (c) 2016-2022 Martin Donath <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->

<!-- Translations: Tagalog -->
{% macro t(key) %}{{ {
"language": "tl",
"clipboard.copy": "Kopyahin sa clipboard",
"clipboard.copied": "Nakopya mula sa clipboard",
"edit.link.title": "I-edit ang pahinang ito",
"footer.previous": "Nakaraan",
"footer.next": "Susunod",
"footer.title": "Lagdang Pangwakas",
"header.title": "Pamuhatan",
"meta.comments": "Mga Komento",
"meta.source": "Pinagmulan",
"nav.title": "Nabigasyon",
"search.placeholder": "Hanapin",
"search.share": "Ibahagi",
"search.reset": "Tanggalin",
"search.result.initializer": "Sinisimulan ang paghahanap",
"search.result.placeholder": "Mag-type upang simulan ang paghahanap",
"search.result.none": "Walang nahanap na dokumento",
"search.result.one": "1 magkatugmang dokumento",
"search.result.other": "# magkatugmang mga dokumento",
"search.result.more.one": "1 meron sa pahina na ito",
"search.result.more.other": "# meron sa pahina na ito",
"search.result.term.missing": "Nawawala",
"search.title": "Hanapin",
"select.language.title": "Pumili ng lenguwahe",
"select.version.title": "Pumili ng bersyon",
"skip.link.title": "I-skip tungo sa nilalaman",
"source.link.title": "Pumunta sa repository",
"source.file.date.updated": "Huling update",
"source.file.date.created": "Nagawa",
"tabs.title": "Mga tala",
"toc.title": "Talaan ng nilalaman",
"top.title": "Bumalik sa taas"
}[key] }}{% endmacro %}

0 comments on commit 5f360d2

Please sign in to comment.