com.atlassian.jira.web.action.util.CalendarLanguageUtil |
Known Indirect Subclasses
|
Class Overview
Interface which defines the util that tells us if the calendar has
a translation for the provided language.
Public Methods
public
String
getCalendarFilenameForLanguage
(String language)
Returns a filename of the calendar file for a given language.
Returns
- a filename if a translation file exists, null otherwise
public
boolean
hasTranslationForLanguage
(String language)
Determines if a translation for a language exists
Returns
- true if exists, false otherwise