TraderMap is the official information and support website for the TraderMap apps on Apple platforms.
The site provides a product overview, privacy policy, technical support, terms of use, disclaimer, and operator information for:
- TraderMap for iOS/iPadOS —
com.17class.TraderMap - TraderMapTV for tvOS —
com.17class.TraderMapTV
Each supported language contains the following pages:
- Marketing overview
- Privacy policy
- Technical support
- Terms of use and disclaimer
- Operator information
Supported languages:
| Code | Language |
|---|---|
en |
English |
ja |
日本語 |
ko |
한국어 |
zh-hans |
简体中文 |
zh-hant |
繁體中文 |
de |
Deutsch |
fr |
Français |
ro |
Română |
uk |
Українська |
ru |
Русский |
id |
Bahasa Indonesia |
tr |
Türkçe |
pt |
Português |
es |
Español |
ar |
العربية |
TraderMap/
├── assets/ Shared stylesheet and favicon
├── ar/ Arabic pages (right-to-left)
├── de/ German pages
├── en/ English pages
├── es/ Spanish pages
├── fr/ French pages
├── id/ Indonesian pages
├── ja/ Japanese pages
├── ko/ Korean pages
├── pt/ Portuguese pages
├── ro/ Romanian pages
├── ru/ Russian pages
├── tr/ Turkish pages
├── uk/ Ukrainian pages
├── zh-hans/ Simplified Chinese pages
├── zh-hant/ Traditional Chinese pages
├── tools/ Translation data and static-page generator
├── 404.html GitHub Pages fallback
├── index.html Language selector
├── robots.txt
└── sitemap.xml
Every language directory contains:
<language>/
├── index.html
├── operator/index.html
├── privacy/index.html
├── support/index.html
└── terms/index.html
The site is static and has no build dependencies. Serve the parent directory so the production /TraderMap/ base path works locally:
cd /path/to/parent-directory
python3 -m http.server 4312Then open:
http://localhost:4312/TraderMap/
GitHub Pages publishes the gh-pages branch. After changes have been reviewed and committed to main, deploy the same commit with:
git push origin main
git push origin main:gh-pagesThe .nojekyll file keeps GitHub Pages in static-file mode.
The eight additional language sets are maintained by tools/generate_languages.py.
After editing translation copy or the shared language list, regenerate the site with:
python3 tools/generate_languages.pyUse the repository's issue tracker for technical support, feedback, and feature requests. Do not include passwords, API tokens, seed phrases, private keys, or confidential financial information in public issues.
TraderMap provides market information for informational and educational purposes only. It does not provide investment advice, connect wallets, execute orders, or take custody of assets. Refer to the published terms and privacy policy for the complete notices.
Developed and operated by 17ClassDeveloper through the GitHub account 17classdeveloper-design.