class PrivateParlorXT::Locale
- PrivateParlorXT::Locale
- Reference
- Object
Overview
A container for general localization values
Included Modules
- YAML::Serializable
Defined in:
private-parlor-xt/locale/locale.crConstructors
Instance Method Summary
-
#change : Array(String)
Returns an array of symbols for increasing and decreasing change
-
#loading_bar : Array(String)
Returns an array of pips for the loading bar from empty, partially full, to full
-
#statistics_screens : Hash(Statistics::StatScreens, String)
Returns hash of
Statistics::StatScreens
toString
, where theString
contains the localized name for thatStatistics::StatScreens
-
#time_format : String
Returns the format for timestamps
-
#time_units : Array(String)
Returns an array of short time units from largest unit to smallest
-
#toggle : Array(String)
Returns an array of words for when a setting is turned off or on
Constructor Detail
Instance Method Detail
def loading_bar : Array(String)
#
Returns an array of pips for the loading bar from empty, partially full, to full
def statistics_screens : Hash(Statistics::StatScreens, String)
#
Returns hash of Statistics::StatScreens
to String
, where the String
contains the localized name for that Statistics::StatScreens