Sha256: 1b124ec4ae54408881fd5baa33abeb08c18426542edbf61f3786394ab2be684b

Contents?: true

Size: 1.88 KB

Versions: 11

Compression:

Stored size: 1.88 KB

Contents

# Phrase::LocaleReport

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**keys_count** | **Integer** |  | [optional] 
**translated_translations_percentage** | **Integer** |  | [optional] 
**unverified_translations_percentage** | **Integer** |  | [optional] 
**reviewed_translations_percentage** | **Integer** |  | [optional] 
**untranslated_keys_percentage** | **Integer** |  | [optional] 
**completed_translations_count** | **Integer** |  | [optional] 
**untranslated_keys_count** | **Integer** |  | [optional] 
**unverified_translations_count** | **Integer** |  | [optional] 
**reviewed_translations_count** | **Integer** |  | [optional] 
**source_word_count** | **Integer** |  | [optional] 
**word_count** | **Integer** |  | [optional] 
**word_count_unverified** | **Integer** |  | [optional] 
**word_count_missing** | **Integer** |  | [optional] 
**locale** | [**LocalePreview**](LocalePreview.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::LocaleReport.new(keys_count: null,
                                 translated_translations_percentage: null,
                                 unverified_translations_percentage: null,
                                 reviewed_translations_percentage: null,
                                 untranslated_keys_percentage: null,
                                 completed_translations_count: null,
                                 untranslated_keys_count: null,
                                 unverified_translations_count: null,
                                 reviewed_translations_count: null,
                                 source_word_count: null,
                                 word_count: null,
                                 word_count_unverified: null,
                                 word_count_missing: null,
                                 locale: null)
```


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
phrase-3.1.1 docs/LocaleReport.md
phrase-3.1.0 docs/LocaleReport.md
phrase-3.0.0 docs/LocaleReport.md
phrase-2.26.0 docs/LocaleReport.md
phrase-2.25.0 docs/LocaleReport.md
phrase-2.24.0 docs/LocaleReport.md
phrase-2.23.0 docs/LocaleReport.md
phrase-2.22.2 docs/LocaleReport.md
phrase-2.22.1 docs/LocaleReport.md
phrase-2.22.0 docs/LocaleReport.md
phrase-2.21.0 docs/LocaleReport.md