Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

bashlanguage

create and use language packages in bash scripts

Usage

include the language script in your script

source ./bashlanguage/language.bash

use the language packages about your named array objects

lout "L_HELLO" => Hello 
lout "HELLO" => Hello
lout "HELLO" => Hello World!

define your named arrays/objects in the json files.

./bashlanguage/lang/lang_xx.json
xx = language short code (en de ...)

to edit and check the json files you can use a json online editor f.e. https://www.jsoneditoronline.org/

About

create and use language packages in bash scripts

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages