Skip to content

Commit

Permalink
Routine Automated Development Translations Update
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Apr 18, 2015
1 parent 765701a commit c1e2ae3
Show file tree
Hide file tree
Showing 7 changed files with 13,448 additions and 13,018 deletions.
4 changes: 2 additions & 2 deletions buildLanguageDatabase.pl
Expand Up @@ -472,9 +472,9 @@ ()
DROP TABLE IF EXISTS `lang_constants`;
CREATE TABLE `lang_constants` (
`cons_id` int(11) NOT NULL auto_increment,
`constant_name` varchar(255) BINARY default NULL,
`constant_name` mediumtext BINARY,
UNIQUE KEY `cons_id` (`cons_id`),
KEY `constant_name` (`constant_name`)
KEY `constant_name` (`constant_name`(100))
) ENGINE=MyISAM AUTO_INCREMENT=".$tempCounter." ;
\n
--
Expand Down
24,618 changes: 12,524 additions & 12,094 deletions languageTranslations_utf8.sql

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions log.txt
Expand Up @@ -358,7 +358,7 @@ Good, constants weren't modified by translators
Language Statistics:
Total number of languages with translations: 36
Total number of constants: 6837
Total number of real definitions: 128299
Total number of real definitions: 128729
Albanian: 14.98% (1024 definitions)
Amharic: 0.04% (3 definitions)
Arabic: 90.43% (6183 definitions)
Expand All @@ -384,7 +384,7 @@ Hebrew: 0% (0 definitions)
Hindi: 89.92% (6148 definitions)
Hungarian: 0.01% (1 definitions)
Italian: 98.79% (6754 definitions)
Japanese: 26.43% (1807 definitions)
Japanese: 32.72% (2237 definitions)
Korean: 2.31% (158 definitions)
Lithuanian: 0.83% (57 definitions)
Norwegian: 13.97% (955 definitions)
Expand Down
916 changes: 458 additions & 458 deletions revisedSpreadsheet.tsv

Large diffs are not rendered by default.

916 changes: 458 additions & 458 deletions spreadsheet.tsv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions stats.txt
Expand Up @@ -2,7 +2,7 @@
Language Statistics:
Total number of languages with translations: 36
Total number of constants: 6837
Total number of real definitions: 128299
Total number of real definitions: 128729
Albanian: 14.98% (1024 definitions)
Amharic: 0.04% (3 definitions)
Arabic: 90.43% (6183 definitions)
Expand All @@ -23,7 +23,7 @@ Greek: 82.87% (5666 definitions)
Hindi: 89.92% (6148 definitions)
Hungarian: 0.01% (1 definitions)
Italian: 98.79% (6754 definitions)
Japanese: 26.43% (1807 definitions)
Japanese: 32.72% (2237 definitions)
Korean: 2.31% (158 definitions)
Lithuanian: 0.83% (57 definitions)
Norwegian: 13.97% (955 definitions)
Expand Down
4 changes: 2 additions & 2 deletions successLastLog
Expand Up @@ -2,7 +2,7 @@ Success:
361c361
< Total number of real definitions: 118167
---
> Total number of real definitions: 128299
> Total number of real definitions: 128729
363,364c363,364
< Amharic: 0.03% (2 definitions)
< Arabic: 89.92% (6148 definitions)
Expand Down Expand Up @@ -34,7 +34,7 @@ Success:
< Japanese: 0.15% (10 definitions)
---
> Italian: 98.79% (6754 definitions)
> Japanese: 26.43% (1807 definitions)
> Japanese: 32.72% (2237 definitions)
388c389
< Lithuanian: 0.34% (23 definitions)
---
Expand Down

0 comments on commit c1e2ae3

Please sign in to comment.