Skip to content

Instantly share code, notes, and snippets.

@serefayar
serefayar / turkish_translation.patch
Created September 25, 2011 19:23
lettuce turkish translation
From 817949288af387726a08a2eb77db1b2365f3ec9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=9Eeref=20R.=20Ayar?= <serefayar@gmail.com>
Date: Sun, 25 Sep 2011 22:16:49 +0300
Subject: [PATCH] adding translation for turkish
---
lettuce/languages.py | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/lettuce/languages.py b/lettuce/languages.py
@serefayar
serefayar / freshen_turkish.patch
Created August 27, 2012 09:26
freshen turkish language support
diff --git freshen/languages.yml freshen/languages.yml
index 50d85dd..082bb91 100644
--- freshen/languages.yml
+++ freshen/languages.yml
@@ -503,6 +503,22 @@
and: A
but: Ale
space_after_keyword: true
+"tr":
+ name: Turkish
(require '[yaas-clj :as yaas])
(yaas/init! {:client-id "<CLIENT_ID>"
:client-secret "<CLIENT_SECRET>"
:scope "<SCOPE>"
:project-id "<PROJECT_ID>"})
(require '[yaas-clj.product :as product])
(product/get-products :fields [:code :name :description]
:sort {:name.en :asc})
$ tr -d '[:blank:]' < CSV_FILE > CSV_FILE_TRIMMED
use std::collections::HashMap;
use std::fmt;
use std::io;
use std::num::ParseFloatError;
use std::rc::Rc;
/*
Types
*/