Skip to content

Commit

Permalink
Updated hindi translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kanurag94 committed Aug 24, 2020
1 parent f9535f0 commit 7fb03da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions i18n/XaoS_hi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<message>
<location filename="../src/ui-hlp/menu.cpp" line="125"/>
<source>Files to render:</source>
<translation type="unfinished"></translation>
<translation>फ़ाइल रेंडर के लिए:</translation>
</message>
<message>
<location filename="../src/ui-hlp/menu.cpp" line="126"/>
Expand Down Expand Up @@ -284,12 +284,12 @@
<message>
<location filename="../src/ui-hlp/menu.cpp" line="301"/>
<source>Load Palette Config</source>
<translation type="unfinished"></translation>
<translation>पैलेट कॉन्फ़िगरेशन.खोले</translation>
</message>
<message>
<location filename="../src/ui-hlp/menu.cpp" line="305"/>
<source>Save Palette Config</source>
<translation type="unfinished"></translation>
<translation>पैलेट कॉन्फ़िगरेशन सहेजें</translation>
</message>
<message>
<location filename="../src/ui-hlp/menu.cpp" line="309"/>
Expand All @@ -299,7 +299,7 @@
<message>
<location filename="../src/ui-hlp/menu.cpp" line="314"/>
<source>Formula</source>
<translation type="unfinished">फार्मूला</translation>
<translation>फार्मूला</translation>
</message>
<message>
<location filename="../src/ui-hlp/menu.cpp" line="318"/>
Expand Down
6 changes: 3 additions & 3 deletions src/engine/zoom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static void fillline_32(int line);
calccolumn_32(a));

struct dyn_data {
int price;
long price;
struct dyn_data *previous;
};

Expand Down Expand Up @@ -179,7 +179,7 @@ struct dyn_data {

#define NOSETMASK ((unsigned int)0x80000000)
#define END NULL
#define MAXPRICE INT_MAX
#define MAXPRICE LONG_MAX
/*static int dynsize = (int)sizeof (struct dyn_data);*/
#ifndef INT_MIN
#define INT_MIN (-INT_MAX - 1)
Expand Down Expand Up @@ -398,7 +398,7 @@ static void mkrealloc_table(const number_t *fpos, realloc_t *realloc,
int counter;
unsigned int ps, ps1 = 0, pe;
unsigned int p;
int bestprice = MAXPRICE;
long int bestprice = MAXPRICE;
realloc_t *r = realloc;
struct dyn_data *dyndata;
int yend, y;
Expand Down

0 comments on commit 7fb03da

Please sign in to comment.