mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-22 14:09:30 -07:00
Add tamil translation (#430)
This commit is contained in:
@@ -38,6 +38,7 @@ Bridget supports the following languages:
|
|||||||
- Deutsch
|
- Deutsch
|
||||||
- Spanish
|
- Spanish
|
||||||
- Italian
|
- Italian
|
||||||
|
- Tamil
|
||||||
- [Contribute with a new language](https://github.com/Sped0n/bridget/pulls)
|
- [Contribute with a new language](https://github.com/Sped0n/bridget/pulls)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|||||||
@@ -55,3 +55,11 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Noto Sans';
|
||||||
|
src: url('/lib/fonts/NotoSansTamil-Regular.woff2') format('woff2');
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ enableRobotsTXT = true
|
|||||||
# * zh-hk zh-tw zh-mo (powered by Noto Sans TC)
|
# * zh-hk zh-tw zh-mo (powered by Noto Sans TC)
|
||||||
# * ja (powered by Noto Sans JP)
|
# * ja (powered by Noto Sans JP)
|
||||||
# * ko (powered by Noto Sans KR)
|
# * ko (powered by Noto Sans KR)
|
||||||
|
# * ta (powered by Noto Sans TA)
|
||||||
defaultContentLanguage = 'en'
|
defaultContentLanguage = 'en'
|
||||||
|
|
||||||
# theme as module
|
# theme as module
|
||||||
|
|||||||
12
i18n/ta.toml
Normal file
12
i18n/ta.toml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[next]
|
||||||
|
other = "அடுத்தது"
|
||||||
|
[prev]
|
||||||
|
other = "முந்தையது"
|
||||||
|
[close]
|
||||||
|
other = "வெளியே செல்ல"
|
||||||
|
[threshold]
|
||||||
|
other = "எல்லை"
|
||||||
|
[404]
|
||||||
|
other = "பக்கம் காணப்படவில்லை"
|
||||||
|
[loading]
|
||||||
|
other = "பதிவேற்றம் நடக்கிறது..."
|
||||||
@@ -60,4 +60,12 @@
|
|||||||
as="font"
|
as="font"
|
||||||
crossorigin
|
crossorigin
|
||||||
/>
|
/>
|
||||||
|
{{- else if (partial "function/langCode.html" (slice "ta")) -}}
|
||||||
|
<link rel="preload" href="/lib/fonts/NotoSans-Regular.woff2" as="font" crossorigin />
|
||||||
|
<link
|
||||||
|
rel="preload"
|
||||||
|
href="/lib/fonts/NotoSansTamil-Regular.woff2"
|
||||||
|
as="font"
|
||||||
|
crossorigin
|
||||||
|
/>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
BIN
static/lib/fonts/NotoSansTamil-Regular.woff2
Normal file
BIN
static/lib/fonts/NotoSansTamil-Regular.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user