Re-add localization checks to tooltips
This commit is contained in:
parent
fc70319fa2
commit
6cd993a619
4 changed files with 7 additions and 3 deletions
|
@ -68,4 +68,8 @@ public class TextHelper
|
|||
{
|
||||
return cutLongString(string, 30);
|
||||
}
|
||||
|
||||
public static boolean canTranslate(String key) {
|
||||
return I18n.canTranslate(key);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue