Liking cljdoc? Tell your friends :D

automaton-core.i18n.language

All known languages in automaton-core, subsequent namespaces are forced to use only known languages there. Language concept could be enriched with language definition or other data, for instance, the flag of a language, ...

It is only a place for language description, not to tell where it is supposed to be used See cust-app themselves to know what language they use

All known languages in `automaton-core`, subsequent namespaces are forced to use only known languages there.
Language concept could be enriched with language definition or other data, for instance, the flag of a language, ...

It is only a place for language description, not to tell where it is supposed to be used
See cust-app themselves to know what language they use
raw docstring

core-languagesclj/s

Languages available in automaton-core, instance of Languages

Languages available in `automaton-core`, instance of `Languages`
raw docstring

dict-core-languages-idsclj/s

Known languages ids in automaton-core's

Known languages ids in `automaton-core`'s
raw docstring

get-core-languages-idclj/s

Known language ids in automaton-core

Known language ids in `automaton-core`
raw docstring

Languagesclj/sprotocol

dict-languages-idsclj/s

(dict-languages-ids this)

Set of known language ids keywords

Set of known language ids keywords

languageclj/s

(language this lang-id)

return the language Params:

  • lang-id: language id
return the language
Params:
  * `lang-id`: language id

languagesclj/s

(languages this)

return the list of known languages

return the list of known languages

languages-idsclj/s

(languages-ids this)

Set of known ids (set of keywords)

Set of known ids (set of keywords)

make-automaton-core-languagesclj/s

(make-automaton-core-languages & selected-languages-seq)

Create a Languages instance Params:

  • selected-languages is a dictionary which can add data and restrict the use of some languages in subpart of the app The final map consists in the languages defined in both selected-languages core-lang/base-languages The language data map are merged, see merge-languages-map for details
Create a `Languages` instance
Params:
* `selected-languages` is a dictionary which can add data and restrict the use of some languages in subpart of the app
The final map consists in the languages defined in both `selected-languages` `core-lang/base-languages`
The language data map are merged, see `merge-languages-map` for details
raw docstring

merge-languages-mapclj/s

(merge-languages-map & selected-languages-seq)

Merge maps in the argument order, so all their data are merged and the ones on the left are lower priority

Each map is language definition Only languages existing in all dictionaries are kept, Params:

  • sequence of languages matching a language id to the language description
Merge maps in the argument order, so all their data are merged and the ones on the left are lower priority

Each map is language definition
Only languages existing in all dictionaries are kept,
Params:
* sequence of languages matching a language id to the language description
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close