GlotPress Format base class. It is supposed to be inherited.
Methods
Gets the list of supported file extensions.
get_file_extensions() : array
Inherited
Returns
array
Supported file extensions.
print_exported_file()
print_exported_file($project, $locale, $translation_set, $entries)
inherited_from |
\GP_Format::print_exported_file() |
Parameters
$project
$locale
$translation_set
$entries
print_exported_file()
print_exported_file($project, $locale, $translation_set, $entries)
Inherited
Parameters
$project
$locale
$translation_set
$entries
read_originals_from_file()
read_originals_from_file($file_name)
inherited_from |
\GP_Format::read_originals_from_file() |
Parameters
$file_name
read_originals_from_file()
read_originals_from_file($file_name)
Inherited
read_translations_from_file()
read_translations_from_file($file_name, $project = null
)
Inherited
Parameters
$file_name
$project
Create a string that represents the value for the "Language:" header for an export file.
get_language_code(\GP_Locale $locale) : string | false
Inherited
Parameters
$locale
\GP_Locale
The locale object.
Returns
string
false
Returns false if the locale object does not have any iso_639 language code, otherwise returns the shortest possible language code string.
add_schema_declaration()
add_schema_declaration()
add_schema_info()
add_schema_info()
line()
line($string, $prepend_tabs = 0
)
Parameters
$string
$prepend_tabs
unescape()
unescape($string)
Properties
$alt_extensions
$alt_extensions
Default
array('resx.xml')
inherited_from |
\GP_Format::alt_extensions |
$alt_extensions
$alt_extensions
$extension
$extension
inherited_from |
\GP_Format::extension |
$filename_pattern
$filename_pattern
$name
$name
Default
'.NET Resource (.resx)'
inherited_from |
\GP_Format::name |