Formatting!
This commit is contained in:
parent
029091852d
commit
b56bbef29e
14 changed files with 57 additions and 54 deletions
|
@ -69,7 +69,8 @@ public class TextHelper
|
|||
return cutLongString(string, 30);
|
||||
}
|
||||
|
||||
public static boolean canTranslate(String key) {
|
||||
public static boolean canTranslate(String key)
|
||||
{
|
||||
return I18n.canTranslate(key);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue