Class: N42translation::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/n42translation/config.rb

Class Method Summary collapse

Class Method Details

.default_ymlObject



5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# File 'lib/n42translation/config.rb', line 5

def self.default_yml
  YAML.load('
    build_path: ./builds
    source_path: ./
    project_name: n42translation_project
    languages: de,en
    targets:
      all: ios,android,rails
      mobile: ios,android
    target_build_path_names:
      android: Android
      ios: iOS
      rails: Rails
      csv: CSV
      xlsx: EXCEL
  ')
end