Skip to content

Commit

Permalink
aded nepali language (#8)
Browse files Browse the repository at this point in the history
* aded nepali language

* Update icon

---------

Co-authored-by: Subin Siby <[email protected]>
  • Loading branch information
khumnath and subins2000 authored Dec 2, 2023
1 parent 76e9421 commit 75f3fd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ibus-xml:
$(shell mkdir component)
./${BIN} -s ml-inscript -lang ml -xml component/varnam-ml-inscript.xml -prefix ${INSTALL_PREFIX}

$(shell SCHEMES=("ml" "ta" "hi" "te" "ka" "bn"); for s in $${SCHEMES[@]}; do echo $s; ./${BIN} -s $$s -lang $$s -xml component/varnam-$$s.xml -prefix ${INSTALL_PREFIX}; done)
$(shell SCHEMES=("ml" "ta" "hi" "te" "ka" "bn" "ne"); for s in $${SCHEMES[@]}; do echo $s; ./${BIN} -s $$s -lang $$s -xml component/varnam-$$s.xml -prefix ${INSTALL_PREFIX}; done)

ubuntu-14:
CGO_CFLAGS="-w" go build -tags "pango_1_36,gtk_3_10,glib_2_40,cairo_1_13,gdk_pixbuf_2_30" -ldflags "-s -w" -o ${BIN} .
Expand Down
Binary file added icons/varnam-ne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 75f3fd9

Please sign in to comment.