Skip to content

Commit

Permalink
changes: Fixed displaying old changes without detailed string info
Browse files Browse the repository at this point in the history
Fixes #9186
  • Loading branch information
nijel committed May 2, 2023
1 parent e8c1691 commit fe5c36b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions weblate/templates/last-changes-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@
</label>
{% format_translation change.target change.unit.translation.language change.unit.translation.plural diff=change.old %}
{% elif change.show_source %}
{% if change.target %}
{% format_translation change.target change.component.source_language diff=change.old %}
{% else %}
{% format_translation change.unit.source change.component.source_language %}
{% endif %}
{% elif change.target %}
<pre>{{ change.target }}</pre>
{% else %}
Expand Down

0 comments on commit fe5c36b

Please sign in to comment.