Skip to content

Commit 3e85177

Browse files
committed
include all translated strings
This way, the English translation file can be used as a reference to find missing translations in all other languages.
1 parent 0ae84d3 commit 3e85177

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/Resources/translations/messages.en.xliff

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
<source>mit_license</source>
1919
<target>MIT License</target>
2020
</trans-unit>
21+
<trans-unit id="previous">
22+
<source>Previous</source>
23+
<target>Previous</target>
24+
</trans-unit>
25+
<trans-unit id="next">
26+
<source>Next</source>
27+
<target>Next</target>
28+
</trans-unit>
2129

2230
<trans-unit id="title.homepage">
2331
<source>title.homepage</source>

0 commit comments

Comments
 (0)