GlotPress Format base class. It is supposed to be inherited.

package GlotPress

 Methods

Gets the list of supported file extensions.

get_file_extensions() : array
since 2.0.0

Returns

arraySupported file extensions.

print_exported_file()

print_exported_file($project, $locale, $translation_set, $entries) 

Parameters

$project

$locale

$translation_set

$entries

read_originals_from_file()

read_originals_from_file($file_name) 

Parameters

$file_name

read_translations_from_file()

read_translations_from_file($file_name, $project = null

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
since 2.1.0

Parameters

$locale

\GP_Locale

The locale object.

Returns

stringfalseReturns false if the locale object does not have any iso_639 language code, otherwise returns the shortest possible language code string.

 Properties

 

$alt_extensions

$alt_extensions 

Default

array()
 

$extension

$extension 

Default

''
 

$filename_pattern

$filename_pattern 

Default

'%s-%s'
 

$name

$name 

Default

''