MCPcopy Create free account
hub / github.com/RipMeApp/ripme / getLocalizedString

Method getLocalizedString

src/main/java/com/rarchives/ripme/utils/Utils.java:800–804  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

798 }
799
800 public static String getLocalizedString(String key) {
801 LOGGER.debug(String.format("Key %s in %s is: %s", key, getSelectedLanguage(),
802 resourceBundle.getString(key)));
803 return resourceBundle.getString(key);
804 }
805
806 /**
807 * Formats and reuturns the status text for rippers using the byte progress bar

Callers 15

runMethod · 0.95
updateQueueMethod · 0.95
createUIMethod · 0.95
changeLocaleMethod · 0.95
setupHandlersMethod · 0.95
windowActivatedMethod · 0.95
windowDeactivatedMethod · 0.95
windowDeiconifiedMethod · 0.95
windowIconifiedMethod · 0.95
setupTrayIconMethod · 0.95
toggleTrayClickMethod · 0.95
loadHistoryMethod · 0.95

Calls 1

getSelectedLanguageMethod · 0.95

Tested by

no test coverage detected