Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
distinguist 'May' and its short version
Add the possibiliy to translate the short version of May in other languages.
  • Loading branch information
mario-tux authored and perexg committed Aug 6, 2015
1 parent d14fff5 commit d5a04d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/i18n-post.js
Expand Up @@ -36,7 +36,7 @@ Date.monthNames2 = [
_("Feb"),
_("Mar"),
_("Apr"),
_("May"),
_("May#ShortNameForMay").split('#')[0],
_("Jun"),
_("Jul"),
_("Aug"),
Expand Down

0 comments on commit d5a04d0

Please sign in to comment.