Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
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
}
 Localisation key status. More...

Enumeration Type Documentation

◆ EStringTableStatus

Localisation 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 2 of file EStringTableStatus.c.