Skip to content

Instantly share code, notes, and snippets.

View mysticfall's full-sized avatar

Xavier Cho mysticfall

  • Green Cat Software
  • Seoul, South Korea
View GitHub Profile
@mysticfall
mysticfall / po.ko
Last active December 14, 2015 14:18
Saiku translation for Korean language.
{
"locale" : "ko",
"translator_name" : "Xavier Cho",
"Loading datasources...." : "데이터 원본을 읽어오는 중입니다...",
"New query" : "새 질의",
"Open query": "질의 열기",
"Logout" : "로그아웃",
"About" : "정보",
"Issue Tracker" : "문제점 보고",
"lt" : "한국어",
@mysticfall
mysticfall / gist:4721323
Last active December 12, 2015 05:28
Test case for a very experimental expression language support planned for Pivot4J 0.7 release. The purpose of the feature is to provide non-vendor specific alternative to Mondrian's Parameter() and ParamRef() pseudo-functions. The "fm:" prefix means it uses FreeMarker template engine for EL translation. The expression parameters is preserved whe…
/*
* ====================================================================
* This software is subject to the terms of the Common Public License
* Agreement, available at the following URL:
* http://www.opensource.org/licenses/cpl.html .
* You must accept the terms of that agreement to use this software.
* ====================================================================
*/
package com.eyeq.pivot4j.el;