Sha256: 1e0cc1ac81b4103587c1a36ec2147b4abc8a9a2b9995680595a255138de89624

Contents?: true

Size: 693 Bytes

Versions: 1

Compression:

Stored size: 693 Bytes

Contents

#
#	Do not change id or key
#		'id' could be referenced by existing data
#		'key' is used in the rails code for searching 
#
#	Be Advised.  Yaml fixture labels MUST BE UNIQUE.
#		If a label is repeated, only the last one will exist.
#
#	Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
#
english:
  id: 1
  position: 1
  key: english
  code: 1
  description: english
spanish:
  id: 2
  position: 2
  key: spanish
  code: 2
  description: spanish
other:
  id: 3
  position: 3
  key: other
  code: 3
  description: language other than english or spanish
dk:
  id: 4
  position: 4
  key: unknown
  code: 999
  description: language unknown

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ccls-ccls_engine-3.11.0 generators/ccls_engine/templates/fixtures/languages.yml