Format class used to support Jed 1.x compatible JSON file format.
| since | 2.3.0 |
|---|---|
| package | GlotPress |
| inherited_from | \GP_Format_JSON |
get_file_extensions() : array
| since | 2.0.0 |
|---|
arraySupported file extensions.print_exported_file(\GP_Project $project, \GP_Locale $locale, \GP_Translation_Set $translation_set, \GP_Translation $entries) : string
| since | 2.3.0 |
|---|---|
| inherited_from | \GP_Format_JSON::print_exported_file() |
\GP_ProjectThe project the strings are being exported for, not used in this format but part of the scaffold of the parent object.
\GP_LocaleThe locale object the strings are being exported for, not used in this format but part of the scaffold of the parent object.
\GP_Translation_SetThe locale object the strings are being exported for. not used in this format but part of the scaffold of the parent object.
\GP_TranslationThe entries to export.
stringThe exported Jed 1.x compatible JSON string.print_exported_file($project, $locale, $translation_set, $entries)
read_originals_from_file(string $file_name) : \Translations | boolean
| since | 2.3.0 |
|---|---|
| inherited_from | \GP_Format_JSON::read_originals_from_file() |
stringThe name of the uploaded JSON file.
\TranslationsbooleanThe extracted originals on success, false on failure.read_originals_from_file($file_name)
read_translations_from_file($file_name, $project = null)
decode_json_file(string $file_name) : array | false
| since | 2.3.0 |
|---|---|
| inherited_from | \GP_Format_JSON::decode_json_file() |
stringThe name of the JSON file to parse.
arrayfalseThe encoded value or false on failure.decode_json_file(string $file_name) : array | false
| since | 2.3.0 |
|---|
stringThe name of the JSON file to parse.
arrayfalseThe encoded value or false on failure.get_language_code(\GP_Locale $locale) : string | false
| since | 2.1.0 |
|---|
\GP_LocaleThe locale object.
stringfalseReturns false if the locale object does not have any iso_639 language code, otherwise returns the shortest possible language code string.$alt_extensions
array()$extension : string
'jed.json'| since | 2.3.0 |
|---|---|
| inherited_from | \GP_Format_JSON::extension |
$extension
''$filename_pattern
'%s-%s'$name : string
'Jed 1.x (.json)'| since | 2.3.0 |
|---|---|
| inherited_from | \GP_Format_JSON::name |
$name
''