diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-14 11:11:36 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-14 11:11:36 +0300 |
commit | 88a9b410d5b2db55eb3794c9b8664d087b8f0cd2 (patch) | |
tree | ebe23b28be105d0f5b0b4c4624e6f4ba839c4d84 /servo | |
parent | 0deeb6bbecd35f672c55382bc32d596e642e346e (diff) | |
download | Servo-88a9b410d5b2db55eb3794c9b8664d087b8f0cd2.tar.gz Servo-88a9b410d5b2db55eb3794c9b8664d087b8f0cd2.tar.bz2 Servo-88a9b410d5b2db55eb3794c9b8664d087b8f0cd2.zip |
Added Polish
Diffstat (limited to 'servo')
-rw-r--r-- | servo/forms/admin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servo/forms/admin.py b/servo/forms/admin.py index 21fd988..a33d4d4 100644 --- a/servo/forms/admin.py +++ b/servo/forms/admin.py @@ -363,6 +363,7 @@ class SettingsForm(BaseForm): ('EUR', 'EUR'), ('GBP', 'GBP'), ('NZD', 'NZD'), + ('PLN', 'PLN'), ('SEK', 'SEK'), ('USD', 'USD'), ('ZAR', 'ZAR'), |