Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EStringTableStatus.c File Reference

Go to the source code of this file.

Enumerations

enum  EStringTableStatus {
  DEVELOPMENT_PENDING, DEVELOPMENT_DONE, PROOFREADING_PENDING, PROOFREADING_DONE,
  TRANSLATION_PENDING, TRANSLATION_DONE
}
 

Enumeration Type Documentation

◆ EStringTableStatus

Localization key status.

Enumerator
DEVELOPMENT_PENDING 

Developers are working on the text.

DEVELOPMENT_DONE 

Developers finished the text and it's ready to be proofread.

PROOFREADING_PENDING 

Proofreaders are working on the text.

PROOFREADING_DONE 

Proofreaders processed the text and it's ready to be translated.

TRANSLATION_PENDING 

Translators are working on the text.

TRANSLATION_DONE 

Text is fully translated and ready for release or another round of editing.

Definition at line 4 of file EStringTableStatus.c.