Skip to content

Instantly share code, notes, and snippets.

@alioktay
alioktay / devise_invitable.tr.yml
Last active August 29, 2015 14:23
Devise Turkish Translation
tr:
devise:
failure:
invited: "Hesap oluşturmak için bekleyen davetiyenizi kabul edin"
invitations:
send_instructions: "%{email} adresine davetiye maili gönderildi."
invitation_token_invalid: "Davetiye tokenı geçerli değil!"
updated: "Şifreniz başarıyla oluşturuldu ve giriş yaptınız"
updated_not_active: "Şifreniz başarıyla oluşturuldu."
no_invitations_remaining: "Davetiye kalmadı"
@alioktay
alioktay / investmentcalculator.jsp
Created October 31, 2013 14:44
html doctypes for modernizr
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie10" xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="tr"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9 lt-ie10" xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="tr"> <![endif]-->
<!--[if IE 9]> <html class="no-js lt-ie10" xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="tr"> <![endif]-->
<!--[if IE 10]> <html class="no-js ie10" xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="tr"> <![endif]-->
<!--[if gt IE 10]><!--> <html class="no-js" xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="tr"> <!--<![endif]-->