How to remove unwanted languages from django oscar?

SOF.E

I just want a few languages, how can I hide or disable the ones I don't want?

GwynBleidD

Just define in your settings.py file languages that you want to be enabled:

LANGUAGES = (
    ('de', _("German")),
    ('en', _("English")),
)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to remove unwanted tags from XML

From Dev

How to remove unwanted frameworks from xcode project

From Dev

How to remove unwanted space from Ionic popover

From Dev

How to remove remaining unwanted char from a string

From Dev

How to remove unwanted elements from a paragraph in jQuery

From Dev

how to remove unwanted characters from string in PHP

From Dev

How to remove unwanted file from git

From Dev

How to remove the unwanted nested keys from JSON

From Dev

How to remove unwanted favicon

From Dev

How to remove unwanted characters?

From Dev

How to remove languages in transifex?

From Dev

How to remove ghost languages

From Dev

How to remove unwanted character from string in Google sheet

From Dev

how to remove unwanted html tags from tinymce 4.0.6

From Dev

How do I remove an unwanted location from Modern UI Weather?

From Dev

How to remove the unwanted character like white spaces and newline from a string

From Dev

How to remove unwanted desktop packages from debian without deleting everything?

From Dev

How to dynamically remove all unwanted CSS and JS from page

From Dev

How to completely remove unwanted branches and commits from Git repo

From Dev

How to permanently remove unwanted apps from Windows 10 PRO?

From Dev

How to remove unwanted column from excel file in R?

From Dev

How to remove rarely used languages from language switch hot keys?

From Dev

Remove unwanted hyphen from variable

From Dev

Remove unwanted elements from arrays

From Dev

remove unwanted space from page

From Dev

Remove unwanted character from a variable

From Dev

How to Remove Unwanted Button Shadows

From Java

How to remove unwanted characters in python

From Dev

How to remove unwanted single quotes

Related Related

  1. 1

    How to remove unwanted tags from XML

  2. 2

    How to remove unwanted frameworks from xcode project

  3. 3

    How to remove unwanted space from Ionic popover

  4. 4

    How to remove remaining unwanted char from a string

  5. 5

    How to remove unwanted elements from a paragraph in jQuery

  6. 6

    how to remove unwanted characters from string in PHP

  7. 7

    How to remove unwanted file from git

  8. 8

    How to remove the unwanted nested keys from JSON

  9. 9

    How to remove unwanted favicon

  10. 10

    How to remove unwanted characters?

  11. 11

    How to remove languages in transifex?

  12. 12

    How to remove ghost languages

  13. 13

    How to remove unwanted character from string in Google sheet

  14. 14

    how to remove unwanted html tags from tinymce 4.0.6

  15. 15

    How do I remove an unwanted location from Modern UI Weather?

  16. 16

    How to remove the unwanted character like white spaces and newline from a string

  17. 17

    How to remove unwanted desktop packages from debian without deleting everything?

  18. 18

    How to dynamically remove all unwanted CSS and JS from page

  19. 19

    How to completely remove unwanted branches and commits from Git repo

  20. 20

    How to permanently remove unwanted apps from Windows 10 PRO?

  21. 21

    How to remove unwanted column from excel file in R?

  22. 22

    How to remove rarely used languages from language switch hot keys?

  23. 23

    Remove unwanted hyphen from variable

  24. 24

    Remove unwanted elements from arrays

  25. 25

    remove unwanted space from page

  26. 26

    Remove unwanted character from a variable

  27. 27

    How to Remove Unwanted Button Shadows

  28. 28

    How to remove unwanted characters in python

  29. 29

    How to remove unwanted single quotes

HotTag

Archive