Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
[add] Localization support for genscript
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspar committed Jan 20, 2016
1 parent 54f072c commit 7281435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/genPicross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ fi
#####################
out="
{\n
title: \"$title\",\n
hintTitle: \"$hintTitle\",\n
title: qstr(\"$title\"),\n
hintTitle: qstr(\"$hintTitle\"),\n
dimension: $dim,\n
grid:\n
[\n"
Expand Down

0 comments on commit 7281435

Please sign in to comment.