Skip to content

Commit

Permalink
French translation
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronTraas committed May 8, 2019
1 parent 39f1082 commit 90c143e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ coverage.xml

# Translations
*.mo
*.pot

# Django stuff:
*.log
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Theodore Kotz <[email protected]>
Anis Jolly <[email protected]>
Debugging Windows-specific path issues, documentation, and current war state

Eagle334 <[email protected]>
French translation
2 changes: 1 addition & 1 deletion crtools/locale/fr/LC_MESSAGES/crtools.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is distributed under the same license as the crtools project.
#
# Translators:
# FIRST AUTHOR <[email protected]>, 2019.
# Eagle334 <[email protected]>, 2019.
msgid ""
msgstr ""
"Project-Id-Version: crtools 2.0.17\n"
Expand Down
2 changes: 1 addition & 1 deletion crtools/templates/current-war.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{% if current_war.state == 'warDay' %}
<article id="current-war-standings">
<header>
<h3>{{strings.sectionStandings}}</h3>
<h3>{{strings.sectionWarStandings}}</h3>
</header>
<table class="war-standings" width="100%">
{% for war_clan in current_war.clans %}
Expand Down
2 changes: 1 addition & 1 deletion crtools/templates/member-detail-dialog.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div><dt>{{strings.labelMemberName}}</dt><dd>{{member.name}}</dd></div>
<div><dt>{{strings.labelMemberTag}}</dt><dd>{{member.tag}}</dd></div>
<div><dt>{{strings.labelDaysInactive}}</dt><dd>{{member.role}}</dd></div>
<div><dt>{{strings.labelMemberXpLevel}}</dt><dd>{{member.expLevel}}</dd></div>
<div><dt>{{strings.labelXpLevel}}</dt><dd>{{member.expLevel}}</dd></div>
<div><dt>{{strings.labelArena}}</dt><dd>{{member.arena.name}}</dd></div>
<div><dt>{{strings.labelMemberJoinDate}}</dt><dd>{{member.join_date_label}}</dd></div>
<div><dt>{{strings.labelMemberLastActivity}}</dt><dd>{{member.activity_date_label}}</dd></div>
Expand Down

0 comments on commit 90c143e

Please sign in to comment.