Skip to content

Commit

Permalink
feat!: remove Transifex calls for FC-0012 - OEP-58
Browse files Browse the repository at this point in the history
  • Loading branch information
shadinaif committed Jan 31, 2024
1 parent b84045c commit c635a11
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 631 deletions.
8 changes: 0 additions & 8 deletions .tx/config

This file was deleted.

6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,3 @@ dummy_translations: ## generate dummy translation (.po) files
build_dummy_translations: dummy_translations compile_translations ## generate and compile dummy translation files

validate_translations: build_dummy_translations detect_changed_source_translations ## validate translations

pull_translations: ## pull translations from transifex
tx pull -t -a -f --mode reviewed --minimum-perc=1

push_translations: ## push translations to transifex
tx push -s
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,16 +219,6 @@ Example image explorer return value:
},
```

Downloading translations from Transifex
-------------------------------------

If you want to download translations from Transifex install [Transifex client][transifex-client] and run this command while inside project root directory
```
tx pull -f --mode=reviewed -l en,ar,es_419,fr,he,hi,ko_KR,pt_BR,ru,zh_CN
```

[transifex-client]: https://docs.transifex.com/client/installing-the-client

License
-------

Expand Down
1 change: 0 additions & 1 deletion image_explorer/conf/locale/__init__.py

This file was deleted.

Binary file removed image_explorer/conf/locale/ar/LC_MESSAGES/text.mo
Binary file not shown.
83 changes: 0 additions & 83 deletions image_explorer/conf/locale/ar/LC_MESSAGES/text.po

This file was deleted.

79 changes: 0 additions & 79 deletions image_explorer/conf/locale/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,85 +2,6 @@

locales:
- en # English - Source Language
# - am # Amharic
- ar # Arabic
# - az # Azerbaijani
# - bg_BG # Bulgarian (Bulgaria)
# - bn_BD # Bengali (Bangladesh)
# - bn_IN # Bengali (India)
# - bs # Bosnian
# - ca # Catalan
# - ca@valencia # Catalan (Valencia)
# - cs # Czech
# - cy # Welsh
# - da # Danish
# - de_DE # German (Germany)
# - el # Greek
# - en_GB # English (United Kingdom)
# # Don't pull these until we figure out why pages randomly display in these locales,
# # when the user's browser is in English and the user is not logged in.
# #- en@lolcat # LOLCAT English
# #- en@pirate # Pirate English
- es_419 # Spanish (Latin America)
# - es_AR # Spanish (Argentina)
# - es_EC # Spanish (Ecuador)
# - es_ES # Spanish (Spain)
# - es_MX # Spanish (Mexico)
# - es_PE # Spanish (Peru)
# - et_EE # Estonian (Estonia)
# - eu_ES # Basque (Spain)
# - fa # Persian
# - fa_IR # Persian (Iran)
# - fi_FI # Finnish (Finland)
# - fil # Filipino
- fr # French
# - gl # Galician
# - gu # Gujarati
- he # Hebrew
- hi # Hindi
# - hr # Croatian
# - hu # Hungarian
# - hy_AM # Armenian (Armenia)
# - id # Indonesian
# - it_IT # Italian (Italy)
# - ja_JP # Japanese (Japan)
# - kk_KZ # Kazakh (Kazakhstan)
# - km_KH # Khmer (Cambodia)
# - kn # Kannada
- ko_KR # Korean (Korea)
# - lt_LT # Lithuanian (Lithuania)
# - ml # Malayalam
# - mn # Mongolian
# - mr # Marathi
# - ms # Malay
# - nb # Norwegian Bokmål
# - ne # Nepali
# - nl_NL # Dutch (Netherlands)
# - or # Oriya
# - pl # Polish
- pt_BR # Portuguese (Brazil)
# - pt_PT # Portuguese (Portugal)
# - ro # Romanian
- ru # Russian
# - si # Sinhala
# - sk # Slovak
# - sl # Slovenian
# - sq # Albanian
# - sr # Serbian
# - sv # Swedish
# - sw # Swahili
# - ta # Tamil
# - te # Telugu
# - th # Thai
# - tr_TR # Turkish (Turkey)
# - uk # Ukranian
# - ur # Urdu
# - uz # Uzbek
# - vi # Vietnamese
- zh_CN # Chinese (China)
# - zh_HK # Chinese (Hong Kong)
# - zh_TW # Chinese (Taiwan)


# The locales used for fake-accented English, for testing.
dummy_locales:
Expand Down
85 changes: 0 additions & 85 deletions image_explorer/conf/locale/en/LC_MESSAGES/django.po

This file was deleted.

1 change: 0 additions & 1 deletion image_explorer/conf/locale/en/LC_MESSAGES/text.po

This file was deleted.

Binary file removed image_explorer/conf/locale/eo/LC_MESSAGES/text.mo
Binary file not shown.
100 changes: 0 additions & 100 deletions image_explorer/conf/locale/eo/LC_MESSAGES/text.po

This file was deleted.

Loading

0 comments on commit c635a11

Please sign in to comment.