Giter Site home page Giter Site logo

cache-localization-manager's Introduction

Cache Localization Manager (CLM)

Tool for translating Caché message dictionaries.

Installation

  1. Download the latest release xml file: CLM.Installer.xml
  2. Import it to any Caché namespace, e.g. to USER.
  3. Run in terminal:
  USER> do ##class(CLM.Installer).setup()

Spellcheck installation

  1. You can build CNA by yourself or take already built release version
  2. You can build hunspell by yourself or take already built release version
  3. You can download dictionaries for spell check here
  4. Set CNAPath, hunspellPath, libcPath, dicPath, affPath settings

Auto-translate installation

  1. Get yandex translate API key
  2. Set yandexkey settings

Settings

You may use UI to set all the libraries' and dictionaries path. You can set the following settings:

Setting Sample value Description
CNAPath libcna.so Path to libcna.dll or libcna.so
libcPath C:/Windows/System32/msvcrt.dll Path to C standart library for windows (/lib/x86_64-linux-gnu/libc.so.6 for linux)
hunspellPath libhunspell.dll Path to hunspell shared library
affPath e.g. "C:/language/affs/" Path to your hunspell dictionary
dicPath e.g. "C:/language/dics/" Path to your hunspell dictionary
yandexkey trnsl.1.1.2015062... Your yandex translate api key

cache-localization-manager's People

Contributors

daugeldauge avatar eduard93 avatar evshvarov avatar gevorg95 avatar makarovs96 avatar miramas avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cache-localization-manager's Issues

Installer

Make "one-click" installer for CLM. See examples in DSW, UML Explorer, Web terminal etc.

introduce search option to CLM

Search should work as a filter for text entries - in UI just a text field to enter the search phrase.
Case insensitive
Part of the text should work.
Maybe it's just client side thing.

SpellCheck

@Miramas Должны показываться не только слова в которых ошибки, но и варианты исправления этих слов, все это тебе JSON-ом приходит

Export/import feature

Let the option of export-import domain resource to xml file.
It's both UI and server-side part

  • export
  • import

clm.utils не компилится.

я пока закоментил этот метод. @gevorg95 посмотришь, из за чего так?
ERROR: CLM.Utils.cls(SetPaths) #1002: Invalid character in tag : 'global=$$$LibsAndDicsPathGlobal' : Offset:106 [zSetPaths^CLM.Utils.1]
TEXT: zSetPaths(CNAPath,hunspellPath,libcPath,affPath,dicPath,global) public { Set:'($data(global)#2) global=$$$LibsAndDicsPathGlobal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.