Skip to content

Commit

Permalink
Fix the I18n test for German Commit@@verb
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Krakow <kai@kaishome.de>
  • Loading branch information
kakra committed Apr 14, 2018
1 parent dcdb190 commit 75d5b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/i18n_test.py
Expand Up @@ -25,7 +25,7 @@ def test_translates_verb(self):
"""Test that strings with @@verb are translated
"""
i18n.install('de_DE')
expect = 'Version aufnehmen'
expect = 'Commit aufnehmen'
actual = N_('Commit@@verb')
self.assertEqual(expect, actual)

Expand Down

0 comments on commit 75d5b23

Please sign in to comment.