Compare commits

...

4 Commits

Author SHA1 Message Date
Pierre Donias
b2930d7e2b Remove rtl 2023-05-17 15:28:11 +02:00
Pierre Donias
fa881fa0f4 Update translation 2023-05-17 15:20:32 +02:00
Olivier Lambert
d1172b65e7 Wip contribution 2023-05-17 09:05:51 +02:00
Pierre Donias
ff383607ec feat: persian locale
Fixes #3257
2023-05-17 09:05:51 +02:00
2 changed files with 5117 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -485,6 +485,7 @@ export default class User extends Component {
<option value='tr'>Türkçe</option>
<option value='he'>עברי</option>
<option value='zh'>简体中文</option>
<option value='fa'>فارسی</option>
</select>
</Col>
</Row>