Add ru in Makefile

This commit is contained in:
Dmitriy Shweew 2019-02-26 22:51:53 +04:00 committed by GitHub
parent 8f6a642ed5
commit d1113243dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
all:
.PHONY: update-po update-js update-pot
LINGUAS := cs de el es ko nl pl sv tr zh_CN zh_TW
LINGUAS := cs de el es ko nl pl ru sv tr zh_CN zh_TW
VERSION := $(shell grep '"version"' ../package.json | cut -d '"' -f 4)