class Gettext::PoActions

Defined in:

gettext.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def catalog : Hash(Msg, String) #

[View source]
def catalog=(catalog : Hash(Msg, String)) #

[View source]
def combine_string(context) #

[View source]
def metadata : Hash(String, String) #

[View source]
def metadata=(metadata : Hash(String, String)) #

[View source]
def on_message(context) #

[View source]
def plural : Proc(Int32, Int32) #

[View source]
def plural=(plural : Proc(Int32, Int32)) #

[View source]
def process_index(context) #

[View source]
def process_string(context) #

[View source]