DarkPhoenix
2696b480fa
Fix mistype
2020-11-17 19:20:25 +03:00
DarkPhoenix
566c87fa59
Avoid crash when .mo files are not generated
2020-10-27 22:42:03 +03:00
DarkPhoenix
e6d7a140cf
Add message for case when mo files are not generated
2020-10-27 22:39:21 +03:00
DarkPhoenix
89e496f3af
Move language setting to top
2020-10-27 22:17:06 +03:00
DarkPhoenix
1172e5011e
Merge branch 'i18n' into singularity
2020-10-23 19:53:36 +03:00
DarkPhoenix
e27ea79bc6
Add recalculation after unloading charge
2020-09-23 13:48:24 +03:00
DarkPhoenix
7af28b497c
Fix several bugs related to siege mod rep cycle time mutations
2020-09-16 16:16:44 +03:00
DarkPhoenix
3673e7f39e
Take measures against ESI spamming error
2020-09-09 16:35:57 +03:00
Jordan Greenberg
5e3b92699b
Delete all of a character's fits via ESI
2020-09-05 15:32:52 -07:00
DarkPhoenix
683ad3802f
Unmutate destination module when moving from cargo
2020-08-25 00:46:51 +03:00
DarkPhoenix
7d42b89726
Merge branch 'master' into singularity
2020-08-17 11:43:50 +03:00
Alexander Maryanovsky
0d2ad6eac2
No longer recomputing all tab sizes when a single tab changes its disabled state.
2020-08-16 18:00:01 +03:00
Alexander Maryanovsky
3b2bfd01c5
Re-render tab when it's disabled state changes.
2020-08-16 17:45:34 +03:00
DarkPhoenix
db6d8b93e9
Re-enable meta storm menu
2020-08-15 03:39:48 +03:00
DarkPhoenix
0fcbedba45
Disable metaliminal storm context menu
2020-08-11 19:58:44 +03:00
DarkPhoenix
e52ceacdb9
Add liminal storms to projection menu
2020-08-05 22:46:43 +03:00
blitzmann
c0f8099f49
Merge branch 'master' into i18n
...
# Conflicts:
# staticdata/fsd_binary/typedogma.json
# staticdata/fsd_lite/evetypes.json
# staticdata/phobos/metadata.0.json
# staticdata/phobos/traits.json
2020-08-02 18:54:31 -04:00
Anton Vorobyov
bc2cdcdea7
Merge pull request #2249 from m-sasha/undup-tab-selection
...
_TabsContainer.CheckTabSelected no longer posts PageChanged event twice
2020-07-31 11:59:38 +03:00
Anton Vorobyov
30ad554cc0
Merge pull request #2248 from m-sasha/no-half-second-sleep
...
Do not sleep for half a second in OpenFitsThread.run()
2020-07-31 11:59:06 +03:00
Alexander Maryanovsky
4d8dbe74bd
_TabsContainer.CheckTabSelected no longer posts PageChanged event twice
2020-07-30 16:03:00 +03:00
Alexander Maryanovsky
016f2b44ff
Do not sleep for half a second in OpenFitsThread.run()
2020-07-30 11:35:30 +03:00
Alexander Maryanovsky
676794baed
Ignore _TabRenderer.SetSize when new size is the same as old size.
2020-07-30 11:31:00 +03:00
DarkPhoenix
f91e0b2e23
Do not crash on ship w/o labels and w/o slots
2020-07-29 09:02:46 +03:00
zhaoweny
d3f0d9d41a
i18n: use named placeholder to allow Russian translation to rearrange word order
2020-07-26 18:20:05 +08:00
zhaoweny
47bda45516
i18n: more Tooltip annotation
2020-07-26 18:20:05 +08:00
zhaoweny
be5f8ce37d
i18n: annotate for SensorStr scanType
2020-07-26 18:20:05 +08:00
blitzmann
107856ab0e
Add hyperlink to README for translations
2020-07-25 20:14:11 -04:00
Ryan Holmes
469c255bbf
Show progress of translations
2020-07-25 17:39:28 -04:00
blitzmann
937adb68d7
Show user-friendly name for the eos lang dropdown as well
2020-07-24 22:14:54 -04:00
blitzmann
1fe83ddcdf
Finish up the dynamic translations
2020-07-24 21:59:38 -04:00
Ryan Holmes
ac1e6fe5b7
Starting to generate list of languages dynamically
2020-07-24 20:42:47 -04:00
blitzmann
ffb14a2393
Add ability to set eos language separate from pyfa language
2020-07-22 23:41:38 -04:00
blitzmann
f1feb8cebe
Fix typo
2020-07-22 00:23:55 -04:00
blitzmann
6990a71d14
Merge remote-tracking branch 'origin/master' into i18n
...
# Conflicts:
# staticdata/fsd_binary/marketgroups.json
# staticdata/fsd_binary/typedogma.json
# staticdata/fsd_lite/evegroups.json
# staticdata/fsd_lite/evetypes.json
# staticdata/phobos/metadata.0.json
2020-07-19 21:33:14 -04:00
DarkPhoenix
3ee0ee7e40
Fix drone sorting in projected view
2020-07-19 23:31:00 +03:00
zhaoweny
6b11fd0a91
i18n: string annotation for graph panels
2020-07-17 12:44:47 +08:00
zhaoweny
e536aa5f1c
i18n: special comments to mark strings containing '%' mean literally '%', not part of escape sequence
...
see also:
* https://github.com/vslavik/poedit/issues/645
* https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html
* https://www.gnu.org/software/gettext/manual/html_node/c_002dformat-Flag.html
2020-07-11 21:12:57 +08:00
zhaoweny
9868b219d7
i18n: deferred translation and category annotation for targetProfile and damagePattern
...
* use deferred translation annotation, to annotate strings in eos.db and translate on the GUI side
As @blitzmann said in #2222 , we should not include wx as a dependency for eos module.
* category annotation _c for taking '[]' out of string literals
2020-07-11 16:09:02 +08:00
blitzmann
7451ce147e
Create a dummy translation annotation for damage patterns, and do translations on the GUI side
2020-07-10 23:36:52 -04:00
zhaoweny
5a45863432
i18n: add translation mapping for service slot
2020-07-07 16:37:13 +08:00
zhaoweny
5f45709118
i18n: annotate pyfa_gauge.py
2020-07-07 16:37:12 +08:00
blitzmann
dcdf69d658
Merge branch 'master' into i18n
2020-07-05 14:10:04 -04:00
blitzmann
6e7b8cca24
Fix missing damage type icons for missle selector
2020-07-05 13:42:23 -04:00
zhaoweny
5d95877d2c
i18n: use rsplit on typeName to avoid explict for-loop
2020-07-01 21:45:21 +08:00
zhaoweny
8cc770467e
i18n: fix crash on right clicking a Tactical Destroyer fit
2020-07-01 11:48:37 +08:00
zhaoweny
85e779469f
i18n: more annotation
2020-07-01 11:48:06 +08:00
zhaoweny
bf99132f2f
i18n: more string annotation
2020-06-30 17:19:40 +08:00
zhaoweny
25a694bd69
i18n: annotate copySelectDialog.py
2020-06-30 16:37:36 +08:00
zhaoweny
038b7ce931
i18n: fix 'Level Not learned' issue in #2202 (comment)
2020-06-30 15:15:15 +08:00
blitzmann
732634fefa
Updated the string manipulation texts to be prefixed, allowing for better context management if needed for things like "Effects", "System Effects". Added en translations to handle them on the English side. Updated the zh translations using merge:
...
`msgmerge --update locale/zh_CN/LC_MESSAGES/lang.p o locale/lang.pot`
2020-06-29 20:57:17 -04:00