Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.02 KB

LocaleStatistics.md

File metadata and controls

29 lines (22 loc) · 1.02 KB

Phrase::LocaleStatistics

Properties

Name Type Description Notes
keys_total_count Integer [optional]
keys_untranslated_count Integer [optional]
words_total_count Integer [optional]
translations_completed_count Integer [optional]
translations_unverified_count Integer [optional]
unverified_words_count Integer [optional]
missing_words_count Integer [optional]

Code Sample

require 'Phrase'

instance = Phrase::LocaleStatistics.new(keys_total_count: null,
                                 keys_untranslated_count: null,
                                 words_total_count: null,
                                 translations_completed_count: null,
                                 translations_unverified_count: null,
                                 unverified_words_count: null,
                                 missing_words_count: null)