Igor Chubin
|
e2cebf74f2
|
store big lru cache objects in files
|
2020-04-05 11:50:58 +02:00 |
|
Igor Chubin
|
826cedf1f0
|
moved wttr.py to lib/view/
|
2020-04-04 18:04:27 +02:00 |
|
Igor Chubin
|
4ea5c74b03
|
extracted get_moon() to lib/view/moon.py
|
2020-04-04 14:49:53 +02:00 |
|
Igor Chubin
|
6b2577b745
|
added share/emoji/
|
2020-04-04 14:49:22 +02:00 |
|
Igor Chubin
|
bb17342b06
|
import view, import format
|
2020-04-04 14:22:26 +02:00 |
|
Igor Chubin
|
f363315476
|
moved formats to format/
|
2020-04-04 14:21:56 +02:00 |
|
Igor Chubin
|
e29e5784da
|
moved views to view/
|
2020-04-04 14:21:14 +02:00 |
|
Igor Chubin
|
ed966407e0
|
requirements.txt: fixed dependency name
|
2020-04-04 14:19:44 +02:00 |
|
Igor Chubin
|
5a6f7b317c
|
v2 fix: show localtime
|
2020-04-03 22:04:35 +02:00 |
|
Igor Chubin
|
88340abec2
|
switched to python3
|
2020-04-03 21:49:51 +02:00 |
|
Igor Chubin
|
b98d919d3c
|
switched to new astral version
|
2020-04-03 21:49:40 +02:00 |
|
Igor Chubin
|
ac1be8305b
|
lib/location.py: python3 fixes
|
2020-04-03 20:58:51 +02:00 |
|
Igor Chubin
|
f9a1ff5b2a
|
requirements.txt: added several new deps
|
2020-04-03 20:30:03 +02:00 |
|
Igor Chubin
|
7dd42abe8d
|
added lib/extract_emoji.py
|
2020-04-03 20:27:00 +02:00 |
|
Igor Chubin
|
9e3b32a97d
|
use Han-fond for Han characters (#422)
|
2020-03-31 21:21:36 +02:00 |
|
Igor Chubin
|
c58a9ca8d1
|
updated twitter button
|
2020-03-31 21:05:59 +02:00 |
|
Igor Chubin
|
f3b42a600d
|
Merge pull request #421 from l10n-tw/fix-some-strings
Update some zh-tw translations.
|
2020-03-29 20:21:28 +02:00 |
|
Jeff Huang
|
17ed27bf0a
|
Update some zh-tw translations.
|
2020-03-24 09:04:40 +08:00 |
|
Igor Chubin
|
7024b23b02
|
zh-cn: fixed translation of 可能 (#392)
|
2020-03-23 12:31:47 +01:00 |
|
Igor Chubin
|
0670f9ff5b
|
Moon-phase issues linked (#247, #365)
|
2020-03-23 12:18:36 +01:00 |
|
Igor Chubin
|
7813c027ee
|
Merge pull request #419 from iago-lito/unicode_moonphase
Document #364 in README.md
|
2020-03-23 12:10:48 +01:00 |
|
Iago-lito
|
b9526f8a67
|
Document #364 in README.md
|
2020-03-23 10:09:11 +01:00 |
|
Igor Chubin
|
b030ceaa43
|
zh-cn.txt: fixed error for Ice Pellets (#392)
|
2020-03-22 16:22:33 +01:00 |
|
Igor Chubin
|
f4c803ae71
|
zh-cn.txt: removed empty lines
|
2020-03-22 16:21:33 +01:00 |
|
Igor Chubin
|
535ca64651
|
Merge pull request #418 from makikox/patch-2
Update hu.txt
|
2020-03-22 16:14:07 +01:00 |
|
makikox
|
4ba3d76a80
|
Update hu.txt
correction of spelling and typing errors
|
2020-03-22 16:09:16 +01:00 |
|
Igor Chubin
|
0764e069bb
|
added ia to the proxy langs and full translations
|
2020-03-06 18:58:44 +01:00 |
|
Igor Chubin
|
158a035af9
|
Merge pull request #416 from dustinkredmond/master
Added Interlingua translation
|
2020-03-06 18:42:53 +01:00 |
|
Igor Chubin
|
d38ba63bc3
|
Merge pull request #395 from iago-lito/french_translation
French translation in v2 file for #324
|
2020-03-06 18:42:08 +01:00 |
|
Dustin Redmond
|
0029485eb4
|
Added Interlingua translation
|
2020-03-06 12:39:41 -05:00 |
|
Dustin Redmond
|
4897191a44
|
Added Interlingua translation
|
2020-03-06 10:30:52 -05:00 |
|
Igor Chubin
|
f0fac576e0
|
new alias: Rome
|
2020-02-18 23:35:43 +01:00 |
|
Igor Chubin
|
b2ee405417
|
Merge pull request #409 from pragma-/master
Add `includelocation=yes` to weather-data query string
|
2020-02-18 22:55:25 +01:00 |
|
Pragmatic Software
|
6b6299738f
|
Add includelocation=yes to weather-data query string
The WWO request parameters can accept `includelocation=yes` to include
the nearest weather point in the JSON results.
This is useful to display the name of the location.
source: https://www.worldweatheronline.com/developer/api/docs/local-city-town-weather-api.aspx
|
2020-02-18 09:09:17 -08:00 |
|
Igor Chubin
|
9b591b029a
|
Merge pull request #407 from pragma-/master
Add extra=localObsTime to weather-data fetch query
|
2020-02-18 17:47:44 +01:00 |
|
Pragmatic Software
|
f956f4ef94
|
Add extra=localObsTime to weather-data fetch query
The `extra` parameter can accept multiple values. The one we're interested in
is `localObsTime`. What it does is:
Adds the current weather observation time in UTC as well as local time of the location requested.
source: https://www.worldweatheronline.com/developer/api/docs/local-city-town-weather-api.aspx
|
2020-02-18 08:44:02 -08:00 |
|
Igor Chubin
|
cd176d8fa0
|
Merge pull request #408 from volkanto/patch-1
Turkish translation for v2
|
2020-02-18 14:52:45 +01:00 |
|
Volkan Tokmak
|
515430edd9
|
Turkish translation for v2
Add Turkish translation to lib/translations_v2.py
|
2020-02-18 14:36:54 +01:00 |
|
Igor Chubin
|
aa15990fc8
|
minor fixes of Dockerfile and related things
|
2020-02-17 22:19:09 +01:00 |
|
Igor Chubin
|
a0c4159908
|
Merge pull request #406 from devmanorg/master
dockerized project
|
2020-02-17 22:09:27 +01:00 |
|
Kuspanov Nurbek
|
dd5bfaffbe
|
dockerized project
|
2020-02-17 17:57:08 +04:00 |
|
Igor Chubin
|
2f4d54a7fe
|
added lib/airports.py
|
2020-02-16 19:41:40 +01:00 |
|
Igor Chubin
|
918a026422
|
added code of the geolocation proxy
|
2020-02-16 19:05:34 +01:00 |
|
Igor Chubin
|
aa3736bb4c
|
requirements.txt: babel, pylru
|
2020-02-12 21:46:49 +01:00 |
|
Igor Chubin
|
e5ab61dea3
|
added workaround for python3 (#369)
|
2020-02-12 21:44:56 +01:00 |
|
Igor Chubin
|
89ae801177
|
Merge pull request #404 from vicseq/master
Belarusian translation update.
|
2020-02-12 16:00:15 +01:00 |
|
Viktar Siarheichyk
|
b906c73876
|
Belarusian translation update.
|
2020-02-12 16:06:40 +03:00 |
|
Igor Chubin
|
72354e6b03
|
Merge pull request #402 from steffenlyng/translation/danish_v2
added danish translation for version 2
|
2020-02-11 19:12:35 +01:00 |
|
Steffen Sun Lyng
|
01c14ed322
|
added danish translation for version 2
|
2020-02-09 22:01:32 +01:00 |
|
Igor Chubin
|
f0c5b9c935
|
Merge pull request #396 from MAGICCC/master
Update translation for german
|
2020-01-15 22:09:25 +01:00 |
|