0.0.25 • Published 3 years ago

lantoo v0.0.25

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

lantoo

Rocket.Chat Language Tool

oclif Version Downloads/week License

Usage

$ npm install -g lantoo
$ lantoo COMMAND
running command...
$ lantoo (-v|--version|version)
lantoo/0.0.24 linux-x64 node-v14.17.4
$ lantoo --help [COMMAND]
USAGE
  $ lantoo COMMAND
...

Commands

lantoo base

USAGE
  $ lantoo base

See code: src/commands/base.ts

lantoo config lang

get/set user preferences

USAGE
  $ lantoo config lang

ARGUMENTS
  KEY    (lang) the key to get/set
  VALUE  a value to set to the key

EXAMPLES
  $ lantoo config lang pt-br
  $ lantoo config lang

See code: src/commands/config.ts

lantoo find

find translation keys

USAGE
  $ lantoo find

ARGUMENTS
  KEY  a specific key to find

OPTIONS
  -j, --json
  -l, --lang=lang
  --untranslated
  --unused

EXAMPLES
  $ lantoo find away_female
  $ lantoo find --untranslated
  $ lantoo find --unused
  $ lantoo find --lang pt-BR

See code: src/commands/find.ts

lantoo help [COMMAND]

display help for lantoo

USAGE
  $ lantoo help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

lantoo report

get a report on translation progress

USAGE
  $ lantoo report

OPTIONS
  -a, --ascending
  -d, --descending

See code: src/commands/report.ts

lantoo translate --key Away_female --value Ausente

add new translations

USAGE
  $ lantoo translate --key Away_female --value Ausente

OPTIONS
  -i, --interactive
  -k, --key=key
  -l, --lang=lang
  -v, --value=value

EXAMPLES
  $ lantoo translate --key Away_female --value Ausente
  $ lantoo translate --interactive
  $ lantoo translate --interactive --lang en

See code: src/commands/translate.ts

0.0.24

3 years ago

0.0.25

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.19

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago