Prepare to use user language when displaying characters

This commit is contained in:
2018-04-22 16:12:00 +02:00
parent bec7ff76e7
commit e8c66f28ab
10 changed files with 61 additions and 25 deletions

View File

@ -7,5 +7,5 @@ component ProfileCharacters(characters []*arn.Character, viewUser *arn.User, use
.characters.profile-characters
each character in characters
.mountable
Character(character)
Character(character, user)