Skip to content

Instantly share code, notes, and snippets.

View movabo's full-sized avatar
🐏

Moritz Bock movabo

🐏
View GitHub Profile
/**
* USAGE
* node . => Download all translations again.
* node . true => Load the current all.json, get it's strings and rewrite all files based on that (so to fix mistakes only the all.json has to be adjusted and this needs to be executed)
*
* LICENSE: CC0 1.0
*/
const YANDEX_TRANSLATION_KEY = ''; // Yandex-Translation-API-key
const DIRECTORY = ''; // Directory where all.json and all.csv will be saved.
@movabo
movabo / PKGBUILD
Created November 2, 2016 03:58
PKGBUILD for arch telegram-desktop-bin repository, Telegram Version 0.10.19
# Maintainer: Giovanni Santini "ItachiSan" <giovannisantini93@yahoo.it>
# Previous maintainer: agnotek <agnostic.sn [at]gmail.com>
# Contributor: agnotek <agnostic.sn [at]gmail.com>
pkgname=telegram-desktop-bin
pkgver=0.10.19
pkgrel=1
pkgdesc="Official desktop version of Telegram messaging app - Static binaries"
arch=('i686' 'x86_64')
url="https://desktop.telegram.org"