Skip to content

Commit

Permalink
Localized validation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Apr 2, 2024
1 parent 77562fa commit 26dddd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"{0} should be equal or less to '{1}'!": "{0} sollte kleiner oder gleich '{1}' sein!",
"Filename": "Dateiname",
"Artist": "Künstler",
"Title": "Titel"
"Title": "Titel",
"Exportprofile": "Exportprofil"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"{0} should be equal or less to '{1}'!": "{0} should be equal or less to '{1}'!",
"Filename": "Filename",
"Artist": "Artist",
"Title": "Title"
"Title": "Title",
"Exportprofile": "Exportprofile"
}
}

0 comments on commit 26dddd4

Please sign in to comment.