Skip to content

Commit

Permalink
Replace an empty string translation with a space
Browse files Browse the repository at this point in the history
In the English UI of Korp, if you do a trend diagram and some
part of the corpus is missing time data (like with Ylilauta), the UI
prints eg. "non_time_before99.81% of selected material lacks time data."

I now manually fixed this with a whitespace instead of an empty string
to reflect the contents if this commit, but this is not the only empty
string, so possibly others should be changed too.
  • Loading branch information
Traubert committed Nov 26, 2024
1 parent bd01f48 commit 116ff8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/translations/locale-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"table": "Table",
"smoothing": "Smoothing",
"show_diagram": "Show Trend Diagram",
"non_time_before": "",
"non_time_before": " ",
"non_time_after": " of selected material lacks time data.",
"rel_hits_short": "Rel. hits",
"abs_hits_short": "Abs. hits",
Expand Down

0 comments on commit 116ff8a

Please sign in to comment.