# Default locale, but use ISO 2 code or whatever corresponds to what is # in the translations directory. #$# include for sme-sma ApplicationSettings: app_name: "Nedtedigibaakoeh" short_name: "baakoeh" default_locale: "sma" default_pair: ["sma", "nob"] mobile_default_pair: false # TODO: spellrelax for sma ["SoMe", "nob"] locales_available: - sma - "no" #$# - "sme" app_meta_title: > Digibaakoeh gaskeviermesne meta_description: > Gratis online mobilvennlige sørsamiske ordbøker meta_keywords: > samisk ordbok, på nett, mobil ordbok, ordbok app, sátnegirji, sátnegirjjit sørsamisk, norsk, south sámi, norwegian, sámegiella, sámi language, lullisámegiella, sørsamisk, mobil ordbok admins_to_email: - "trond.trosterud@uit.no" - "lene.antonsen@uit.no" # This option set is not used outside of providing shortcuts for # following settings. Tools: xfst_lookup: &LOOKUP '/usr/bin/lookup' gthome: >HOME '/home/neahtta/gtsvn' opt: &OPT '/opt/smi' # Morphological system definitions. Since YAML variables aren't able to # be used in concatenating strings, certain paths with references must # be lists. These are concatenated automatically. Morphology: sma: tool: *LOOKUP file: [*OPT, '/sma/bin/analyser-dict-gt-desc.xfst'] inverse_file: [*OPT, '/sma/bin/generator-dict-gt-norm.xfst'] format: 'xfst' options: compoundBoundary: "+Cmp#" derivationMarker: "+Der" tagsep: '+' inverse_tagsep: '+' nob: tool: *LOOKUP file: [*OPT, '/nob/bin/analyser-dict-gt-desc.xfst'] inverse_file: [*OPT, '/nob/bin/generator-dict-gt-norm.xfst'] format: 'xfst' options: compoundBoundary: "#+Cmp+" derivationMarker: "+Der" tagsep: '+' inverse_tagsep: '+' #$# sme: #$# tool: *LOOKUP #$# file: [*OPT, '/sme/bin/analyser-dict-gt-desc.xfst'] #$# inverse_file: [*OPT, '/sme/bin/generator-dict-gt-norm.xfst'] #$# format: 'xfst' #$# options: &sme_fst_options #$# compoundBoundary: "+Cmp#" #$# derivationMarker: "+Der" #$# tagsep: '+' #$# inverse_tagsep: '+' #$# SoMe: #$# tool: *LOOKUP #$# file: [*OPT, '/sme/bin/analyser-dict-gt-desc-mobile.xfst'] #$# inverse_file: [*OPT, '/sme/bin/generator-dict-gt-norm.xfst'] #$# format: 'xfst' #$# options: #$# <<: *sme_fst_options Languages: - iso: nob - iso: fin - iso: sma minority_lang: true #$# - iso: sme # This also dictates the order of the dictionaries in the UI for now. Dictionaries: - source: sma target: nob autocomplete: true show_korp_search: True korp_search_host: "http://gtweb.uit.no/korp" path: 'dicts/sma-nob.all.xml' - source: nob target: sma path: 'dicts/nob-sma.all.xml' autocomplete: true show_korp_search: True is_korp_default_lang: True korp_parallel: True korp_search_host: "http://gtweb.uit.no/korp" #$# - source: sme #$# target: sma #$# path: 'dicts/smesma.xml' #$# autocomplete: false #$# show_korp_search: True #$# korp_search_host: "http://gtweb.uit.no/korp" #$# is_korp_default_lang: True #$# #$# input_variants: #$# # "mobile" is important, otherwise templates and swapping won't #$# # work #$# - type: "standard" #$# description: !gettext "Standard" #$# # description: !gettext "Standárda" #$# example: "(áčđŋšŧž)" #$# short_name: "sme" #$# onscreen_keyboard: *SME_KEYS #$# - type: "mobile" #$# description: !gettext "Tolerant" #$# # description: !gettext "Sosiála media" #$# # example: !gettext "(maiddái acdnstz)" #$# example: !gettext "(incl. acdnstz)" #$# short_name: "SoMe" #$# onscreen_keyboard: *SME_KEYS #$# #$# - source: sma #$# target: sme #$# autocomplete: false #$# show_korp_search: True #$# korp_search_host: "http://gtweb.uit.no/korp" #$# path: 'dicts/smasme.xml'