Class: Fastlane::Helper::TranslationProgressHelper
- Inherits:
-
Object
- Object
- Fastlane::Helper::TranslationProgressHelper
- Defined in:
- lib/fastlane/plugin/translate/helper/translation_progress_helper.rb
Defined Under Namespace
Classes: TranslationProgressTracker
Class Method Summary collapse
Class Method Details
.create_progress_tracker(xcstrings_path, target_language) ⇒ Object
12 13 14 |
# File 'lib/fastlane/plugin/translate/helper/translation_progress_helper.rb', line 12 def self.create_progress_tracker(xcstrings_path, target_language) TranslationProgressTracker.new(xcstrings_path, target_language) end |