Commit graph

308 commits

Author SHA1 Message Date
Marco Bonetti
aa954672e1 Rename zh_hans locale to zh_Hans. Fixes #282 2023-12-10 19:10:24 +01:00
Marco Bonetti
14e9f44901 Merge branch 'develop' of github.com:mbi/django-rosetta into develop 2023-12-04 20:38:39 +01:00
Marco Bonetti
1de84a8e83 RTD settings 2023-12-04 20:38:35 +01:00
Marco Bonetti
caad6f9e35 preparing v0.10.0 2023-12-04 16:48:07 +01:00
Marco Bonetti
d36b89749f Deepl: use the PRO API endpoint when using a PRO API key. Fixes #278 2023-05-11 13:03:18 +02:00
Marco Bonetti
82b549b646 Update changelog, version bump 2023-04-28 09:07:54 +02:00
Marco Bonetti
00bdac4af9 Merge branch 'develop' of github.com:patroqueeet/django-rosetta into patroqueeet-develop 2023-04-18 15:19:06 +02:00
Marco Bonetti
44ad012fd9 Fixes variable detection 2023-04-18 15:06:47 +02:00
stephanema1
f511555ade
Use actual jquery.js from local django instance instead of trying to use a jquery from the internet 2023-04-18 11:40:29 +02:00
Jirka Schaefer
b70d283ee8 allow setting to override case sensitive detection 2023-03-31 14:53:36 +02:00
Jirka Schaefer
013fbbbb8d make file system case sensitive a setting
to allow docker/mac inconsistency override
2023-03-29 22:51:51 +02:00
Jirka Schaefer
51dc6bf02e allow language variant with @ in url 2023-03-29 22:46:26 +02:00
Marco Bonetti
020903d4cc proxy deeply through the backend. Fixes #271 2023-01-01 14:17:08 +01:00
Marco Bonetti
f05d1d9f57 fixes zh_hans PO file 2022-01-06 17:18:13 +01:00
LuYong Chen
6e9d08eb8c
add author email 2022-01-06 23:53:11 +08:00
louie
f6f50951b8 add Chinese (Simplified) 2022-01-06 23:49:49 +08:00
Marco Bonetti
2f1e62f627 Test test_47_azure_ajax_translation: avoid DNS lookup for better isolation. Should fix #233 2021-12-26 11:02:25 +01:00
Marco Bonetti
ff6d3ff211 Test test_47_azure_ajax_translation: avoid DNS lookup for better isolation. Should fix #233 2021-12-26 10:57:34 +01:00
Marco Bonetti
119292a762 update test matrix 2021-12-08 09:24:34 +01:00
Marco Bonetti
6ac8119bf2 Conditional importing of django in main __init__ 2021-08-29 10:37:59 +02:00
Marco Bonetti
d16484091b Test against Django 4.0-dev 2021-08-29 10:28:54 +02:00
Marco Bonetti
6c61ac8570 Test against Django 4.0-dev 2021-08-29 10:20:58 +02:00
Lukasz
dca6030576
Update rosetta/templates/rosetta/base.html
Co-authored-by: Adam J. Forster <adam@adamforster.org>
2021-07-30 09:29:16 +01:00
Lukasz Kozera
0a68000a41 Add extra styles block to the base template 2021-07-28 15:48:55 +01:00
Marco Bonetti
e2e2a7f05a Move context and comments hints into the rightmost column. Fixes #260 2021-07-20 20:06:35 +02:00
Marco Bonetti
e095402daa Remove six as a dependency 2021-07-17 18:19:59 +02:00
Marco Bonetti
cc12a30761 Fixed unicode handling in gettext headers. Fixes #259 2021-07-17 18:14:27 +02:00
Halit Celik
0b9dfbce98 cleanup 2021-06-03 15:31:57 +02:00
Marco Bonetti
b5a97811ac Arabic translation. (#257, thanks @Bashar) 2021-04-17 15:09:26 +02:00
Bashar Al-Abdulhadi
1658719d74 Arabic Translation from Bashar Al-Abduladi, KUWAITNET 2021-04-17 15:10:20 +03:00
Bashar Al-Abdulhadi
e0e666cc06 Arabic Translation from Bashar Al-Abduladi, KUWAITNET 2021-04-17 15:09:32 +03:00
Marco Bonetti
66268b4e57 Stop loading jQuery from Google 2021-03-04 15:53:39 +01:00
Marco Bonetti
636cbf6e76 Test against Django 3.2 2021-03-04 15:34:18 +01:00
Marco Bonetti
e234befcbc Fix Google translation api 2021-03-04 14:34:52 +01:00
Marco Bonetti
fd340eb054 Merge branch 'google-translation-api' of github.com:martinsvoboda/django-rosetta into martinsvoboda-google-translation-api 2021-03-04 13:58:34 +01:00
Marco Bonetti
7cf5b84569 Changelog and paths 2021-03-04 13:31:20 +01:00
suayip
e16d62b278 update Turkish strings 2021-02-01 14:28:22 +03:00
Marco Bonetti
d0dcb47b98 Removed support and tests for Django <= 2.1 2021-01-11 11:13:05 +01:00
Marco Bonetti
870065a0a8 0.9.6pre 2021-01-11 10:57:55 +01:00
Marco Bonetti
8c5edbf6d9 Add providing_args as a comment 2021-01-11 10:56:02 +01:00
Álvaro Mondéjar
92d498df63 Remove 'providing_args' kwarg from signals instanciation 2021-01-11 10:38:03 +01:00
Marco Bonetti
e0d66d1ce2 Fixes #248: Translation page broken in Django 3.1.2 2020-10-02 20:39:43 +02:00
Álvaro Mondéjar
7659e93051 Do not show Rosetta link in admin panel if user has no access to translations. 2020-06-09 16:10:08 +02:00
Marco Bonetti
b02ad3ad1d initial tests against Django 3.1 2020-06-07 17:11:30 +02:00
Marco Bonetti
efdc0a649d dropped support for python2 and django < 1.11 2020-06-07 16:43:21 +02:00
Marco Bonetti
6cdc390567 Merge branch 'direct_access_function' of github.com:alvra/django-rosetta into alvra-direct_access_function 2020-06-07 15:48:16 +02:00
Marco Bonetti
583a614922 Uncheck fuzzy on translation keyup instead of change 2020-06-07 15:41:19 +02:00
Marco Bonetti
6931e7ea7c Merge branch '237' of github.com:mondeja/django-rosetta into mondeja-237 2020-06-07 15:16:24 +02:00
soyuzbek
e9566361dd added translation for Kyrgyz 2020-05-26 23:54:40 +06:00
soyuzbek
b6a4674c9e added translation for Kyrgyz 2020-05-26 23:06:03 +06:00