Added support for Thai language (#1551)
* Added support for Thai language * Correct Thai national flag proportions in SVG * Remove th_TH from env.LANGS causer Failed tests: Stirling-PDF-Regression Some tests failed. Error: Process completed with exit code 1. * fix incorrect syntax
This commit is contained in:
parent
b7d37deb85
commit
4bf78ffd5d
3 changed files with 1129 additions and 0 deletions
1127
src/main/resources/messages_th_TH.properties
Normal file
1127
src/main/resources/messages_th_TH.properties
Normal file
File diff suppressed because it is too large
Load diff
1
src/main/resources/static/images/flags/th.svg
Normal file
1
src/main/resources/static/images/flags/th.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 600"><g fill-rule="evenodd" stroke-width="1pt"><path fill="#a51931" d="M0 0h900v600H0z"/><path fill="#fff" d="M0 120h900v360H0z"/><path fill="#241d4f" d="M0 240h900v120H0z"/></g></svg>
|
After Width: | Height: | Size: 241 B |
|
@ -31,4 +31,5 @@
|
||||||
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="cs_CZ"> <img th:src="@{'/images/flags/cz.svg'}" alt="icon" width="20" height="15"> Česky</a>
|
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="cs_CZ"> <img th:src="@{'/images/flags/cz.svg'}" alt="icon" width="20" height="15"> Česky</a>
|
||||||
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="hr_HR"> <img th:src="@{'/images/flags/hr.svg'}" alt="icon" width="20" height="15"> Hrvatski</a>
|
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="hr_HR"> <img th:src="@{'/images/flags/hr.svg'}" alt="icon" width="20" height="15"> Hrvatski</a>
|
||||||
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="no_NB"> <img th:src="@{'/images/flags/no.svg'}" alt="icon" width="20" height="15"> Norsk</a>
|
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="no_NB"> <img th:src="@{'/images/flags/no.svg'}" alt="icon" width="20" height="15"> Norsk</a>
|
||||||
|
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="th_TH"> <img th:src="@{'/images/flags/th.svg'}" alt="icon" width="20" height="15"> ไทย</a>
|
||||||
</th:block>
|
</th:block>
|
||||||
|
|
Loading…
Reference in a new issue