Commit 1b897b1
John P. rouillard
issue #86 - Does _generic.translation still need hardcoded "Apply", "Cancel" ... responses?
Confirmation from Malav is that these hardcoded strings are not needed.
To create valid JSON, each term supplied by the user is prepended with
a ',' separator. This works fine except that it needs a first
key:value pair hardcoded in the output. So I replaced the multiple
unused translation strings with a single identifying key:value.1 parent 3c827ab commit 1b897b1
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 5 | + | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
| |||
0 commit comments