Skip to content

Commit

Permalink
Merge pull request #5434 from dodona-edu/fix/misc
Browse files Browse the repository at this point in the history
Add missing translations
  • Loading branch information
jorg-vr authored Mar 13, 2024
2 parents 5878155 + 2e0e78c commit 5e8b890
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/javascripts/i18n/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
"date_before": "before",
"date_on": "on",
"description_languages": "Language of the description",
"draft": "Draft",
"dropdown": {
"multi": {
"activity_types": "Activity types",
Expand Down Expand Up @@ -283,6 +284,7 @@
"no_data": "There is not enough data to create a graph.",
"no_selection": "You must select at least one item before being able to download solutions.",
"options": "Options",
"popularity": "Popularity",
"programming_languages": "Programming Languages",
"progress_bar": {
"series-admin-progress": {
Expand Down Expand Up @@ -712,6 +714,7 @@
"date_before": "voor",
"date_on": "op",
"description_languages": "Taal van de beschrijving",
"draft": "Concept",
"dropdown": {
"multi": {
"activity_types": "Activiteitstypes",
Expand Down Expand Up @@ -808,6 +811,7 @@
"no_data": "Er is niet genoeg data om een grafiek te maken.",
"no_selection": "Er moet ten minste één iets gekozen worden om oplossingen te kunnen downloaden.",
"options": "Opties",
"popularity": "Populariteit",
"programming_languages": "Programmeertalen",
"progress_bar": {
"series-admin-progress": {
Expand Down
2 changes: 2 additions & 0 deletions config/locales/js/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,5 @@ en:
feedbacks:
submission:
submit: Submit this solution
draft: Draft
popularity: Popularity
2 changes: 2 additions & 0 deletions config/locales/js/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,5 @@ nl:
feedbacks:
submission:
submit: Deze oplossing indienen
draft: Concept
popularity: Populariteit

0 comments on commit 5e8b890

Please sign in to comment.