Skip to content

Instantly share code, notes, and snippets.

@digirew
digirew / gist:3293e36ae4801c3252e6
Created August 21, 2014 15:48
ExpressionEngine / CodeIgniter Russian Translations for Foreign Characters
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| Foreign Characters
| -------------------------------------------------------------------
| This file contains an array of foreign characters for transliteration
| conversion used by the Text helper
|
*/
$foreign_characters = array('223' => "ss",
@digirew
digirew / yo gruntfile
Created March 5, 2014 08:30
can turn off usemin
// Generated on 2014-03-05 using generator-webapp 0.4.7
'use strict';
// # Globbing
// for performance reasons we're only matching one level down:
// 'test/spec/**/*.js'
// use this if you want to recursively match all subfolders:
// 'test/spec/**/*.js'
module.exports = function (grunt) {