Class: Rosette::Queuing::Commits::PhraseStorageGranularity
- Inherits:
-
Object
- Object
- Rosette::Queuing::Commits::PhraseStorageGranularity
- Defined in:
- lib/rosette/queuing/commits/phrase_storage_granularity.rb
Overview
Provides a set of constants that specify how to determine the set of phrases to push to a translation management system (TMS).
Constant Summary collapse
- COMMIT =
Push only the phrases that were added or changed in single commits.
'COMMIT'- BRANCH =
Push all the phrases contained by each git branch, regardless of the order of commits.
'BRANCH'