#59 locale switch
This commit is contained in:
parent
015fc69d51
commit
6edb13406b
4
Makefile
4
Makefile
|
@ -12,3 +12,7 @@ stop:
|
|||
|
||||
deploy: install
|
||||
yarn build
|
||||
|
||||
switch:
|
||||
-rm data
|
||||
ln -s ./locale/${LANG} ./data
|
||||
|
|
Reference in New Issue