-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unwanted HTML from translations, fix InputSelect css bug (#1129)
- Loading branch information
1 parent
9f565f6
commit 22dfaf5
Showing
3 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ de: | |
app_description: 'ist eine Community rund um das Thema psychische Gesundheit' | ||
email: '[email protected]' | ||
ellipsis: " [...]" | ||
created: '<strong>Erstellt:</strong> %{created_at}' | ||
created: 'Erstellt %{created_at}' | ||
draft: "Draft" | ||
edited: '<strong>Erstellt:</strong> %{created_at} <em>(geändert)</em>' | ||
edited_updated_at: '<strong>Erstellt:</strong> %{created_at} <em>(geändert %{updated_at})</em>' | ||
edited: 'Erstellt %{created_at} (geändert)' | ||
edited_updated_at: 'Erstellt %{created_at} (geändert %{updated_at})' | ||
salutation: "Hallo %{name}," | ||
click_here: "Klick hier" | ||
less: " [Less]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ vi: | |
app_description: 'Đồng sức khỏe tâm thần' | ||
email: '[email protected]' | ||
ellipsis: " [...]" | ||
created: '<strong>Tạo:</strong> %{created_at}' | ||
created: 'Tạo %{created_at}' | ||
draft: "Nháp" | ||
edited: '<strong>Tạo:</strong> %{created_at} <em>(chỉnh sửa)</em>' | ||
edited_updated_at: '<strong>Created:</strong> %{created_at} <em>(edited %{updated_at})</em>' | ||
edited: 'Tạo %{created_at} (chỉnh sửa)' | ||
edited_updated_at: 'Created %{created_at} (edited %{updated_at})' | ||
salutation: "Xin chào %{name}," | ||
click_here: "nhấn vào đây" | ||
less: " [Ít hơn]" | ||
|