Commit graph

717 commits

Author SHA1 Message Date
Igor Chubin
0b9eccbece
Merge pull request #442 from apolopena/master
README.md: Windows Caveats
2020-05-09 16:52:54 +02:00
apolopena
dcc657ea5a
Merge pull request #1 from apolopena/docs-windows-caveats
Update README.md with Windows Caveats
2020-05-08 19:09:19 -07:00
apolopena
5397ae2f31
Update README.md with Windows Caveats
Added a Windows Users section for workarounds for existing Windows bugs
2020-05-08 19:08:58 -07:00
Igor Chubin
bd7678439d
Merge pull request #435 from agryaznov/patch-1
clarify view options 1,2
2020-04-26 12:03:10 +02:00
agryaznov
d796d38848
clarify view options 1,2
1 - not current + 1 day, but current and today's forecast
2020-04-26 12:55:03 +03:00
Igor Chubin
a2ea774143
Added example of a power shell usage (#18) 2020-04-23 19:19:07 +02:00
Igor Chubin
dae9b6adcd added Besher Aladdam to share/translation.txt 2020-04-18 16:27:49 +02:00
Igor Chubin
250a94c802 minor fixes of Arabic translation (#430) 2020-04-15 23:00:26 +02:00
Igor Chubin
a0fcbec776 enabled Arabic translation 2020-04-15 22:57:01 +02:00
Igor Chubin
cc8c5cdfd1
Added Arabic translation (#430)
Akai54 patch 1
2020-04-15 22:56:16 +02:00
beshoux
b4e40139f9
Add files via upload 2020-04-14 23:40:06 +02:00
beshoux
c05ee31fac
Add files via upload 2020-04-14 14:51:03 +02:00
beshoux
deea1101b4
Update ar.txt
Finished this file !
2020-04-13 22:17:03 +02:00
beshoux
04de856f34
Add files via upload 2020-04-13 21:18:51 +02:00
Igor Chubin
a284ff9de4 v2: use different color for captions 2020-04-11 18:15:29 +02:00
Igor Chubin
a3bf070bb3 added iterm2 demo page 2020-04-11 18:15:29 +02:00
Igor Chubin
6038296312
Merge pull request #428 from Jaykul/patch-1
Add PowerShell user agent
2020-04-11 18:13:14 +02:00
Joel Bennett
7801bd0468
Add PowerShell user agent
PowerShell web and rest cmdlets use an agent like `Mozilla/5.0, (Windows NT 10.0; Microsoft Windows 10.0.18362; en-US), PowerShell/7.0.0`
2020-04-10 15:19:27 -04: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