Skip to content

Commit 71d5803

Browse files
weblateandreiioLanguages add-on
committed
Added translation using Weblate (English)
Added translation using Weblate (English) Co-authored-by: Andrei Ioniță <andrei.ionita@commitglobal.org> Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Co-authored-by: Weblate <noreply@weblate.org>
1 parent 72dade6 commit 71d5803

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

lang/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

lang/en/general.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
return [
3+
'county' => '',
4+
'city' => '',
5+
'created_at' => '',
6+
'updated_at' => '',
7+
'help' => [
8+
'multi_select' => '',
9+
],
10+
'filter' => [
11+
'date_from' => '',
12+
'date_until' => '',
13+
],
14+
'warnings' => [
15+
'reset_password_too_many_attempts' => '',
16+
],
17+
];

0 commit comments

Comments
 (0)