diff options
Diffstat (limited to 'src/language.h')
-rw-r--r-- | src/language.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/language.h b/src/language.h index faac59561..9d2499068 100644 --- a/src/language.h +++ b/src/language.h @@ -58,6 +58,7 @@ struct LanguagePackHeader { char cases[MAX_NUM_CASES][CASE_GENDER_LEN]; ///< the cases used by this translation bool IsValid() const; + bool IsReasonablyFinished() const; /** * Get the index for the given gender. |