Skip to content

Commit

Permalink
Complete contents for String Catalog Translator with own imagery & co…
Browse files Browse the repository at this point in the history
…lors
  • Loading branch information
Jeehut committed Dec 31, 2023
1 parent 8b7a715 commit 2231d02
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 421 deletions.
105 changes: 30 additions & 75 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ is_mac_app : true

appstore_link : https://apps.apple.com/app/apple-store/id6475053426?pt=549314&ct=sctranslator.app&mt=8 # Automatically populates if not set and if App ID is set. Otherwise enter manually.
playstore_link : # Enter Google Play Store URL.
presskit_download_link : https://github.com/FlineDev/SCTranslator-LandingPage/raw/main/downloads/PressKit-v1.5.zip # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
presskit_download_link : # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
# Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").

app_icon : assets/appicon.png # Automatically populates if not set and if App ID is set. Otherwise enter path to icon file manually.
app_name : "SCT: String Catalog Translator" # Automatically populates if not set and if App ID is set. Otherwise enter manually.
app_price : "Freemium (Free: 10 languages & 200 texts per catalog)" # Automatically populates if not set and if App ID is set. Otherwise enter manually.
app_description : Drag & Drop Localization with Machine!
app_description : Easy App Localization

enable_smart_app_banner : false # Set to true to show a smart app banner at top of page on mobile devices.

Expand All @@ -38,91 +38,46 @@ twitch_username : Jeehut
# Feature List Edit, add or remove features to be presented.
features :

- title : Reduce Number of Steps
description : No longer manually edit Strings in different languages when adding new keys.
fontawesome_icon_name : stopwatch
gif_name :

- title : Reduce Context Switches
description : Don't even leave the context of your Swift file – stay focused.
fontawesome_icon_name : smile
gif_name :

- title : Pluralization made easy
description : Full support for pluralization via Stringsdict files without the need to learn about their syntax.
fontawesome_icon_name : th-list
gif_name : AddTranslation

- title : Sort Selection
description : Alphabetically organize selected code right in Xcode using buttons RemafoX adds to the Editor menu.
fontawesome_icon_name : sort-alpha-down
gif_name :

- title : Multi-Line Code
description : Expand parameter lists or other collections to multiple lines with one click to improve readability.
fontawesome_icon_name : plus
gif_name :

- title : One-Line Code
description : Instantly condense multi-line code into a single line, reducing clutter in favor of concise code.
fontawesome_icon_name : minus
gif_name : SortMultiOneLine

- title : Machine Translation
description : Setup your DeepL or Microsoft Translator API keys and machine translate your entire app.
fontawesome_icon_name : robot
gif_name :

- title : Linter
description : Get warnings for translation issues such as empty translations or duplicate keys.
fontawesome_icon_name : check-circle
gif_name :

- title : Normalizer
description : Find translations faster in your Strings files by sorting their keys alphabetically.
fontawesome_icon_name : broom
gif_name : LintMachineTranslate
- title : Drag & Drop Simplicity
description : Easily translate .xcstrings files with a simple drag-and-drop action.
fontawesome_icon_name : mouse-pointer
gif_name :

- title : Smart machine translation
description : Translating pluralized texts is made easy by an automatic language-aware mapping of plural cases.
fontawesome_icon_name : brain
gif_name :
- title : Multi-Language Support
description : Access translations in over 150 languages from Google, Microsoft, DeepL, Yandex.
fontawesome_icon_name : language
gif_name :

- title : Storyboard/XIB Synchronizer
description : Automatically update the Strings files of localized Interface Builder files on changes.
fontawesome_icon_name : sync
gif_name :
- title : Automatic Empty Field Detection
description : Smart detection and translation of empty fields in your String Catalog files.
fontawesome_icon_name : binoculars
gif_name : AppPreview

- title : Beginner-friendly
description : Lots of expandable explanations, step-by-step guides and even video guides available.
fontawesome_icon_name : graduation-cap
gif_name : ProjectSetup

- title : Flexible Payment
description : Advanced features are available via both subscriptions and one-time purchases.
fontawesome_icon_name : store
gif_name :
- title : Improve Accuracy
description : Achieve accurate, context-aware translations with top-tier services.
fontawesome_icon_name : check-circle
gif_name :

- title : Regular Updates
description : This is just the beginning. With monthly feature updates, more things are on the horizon.
fontawesome_icon_name : arrow-up
gif_name :
- title : Boost Productivity
description : Focus on development while the app handles localization.
fontawesome_icon_name : rocket
gif_name :

- title : Free Tier
description : For smaller projects, most features are fully available. Open Source project get all features for free!
fontawesome_icon_name : coins
gif_name :
- title : Global Reach
description : Expand your app's audience worldwide with minimal effort.
fontawesome_icon_name : globe
gif_name :



# Theme Settings
topbar_color : "#000000"
topbar_transparency : 0.1
topbar_color : "#042745"
topbar_transparency : 0.35
topbar_title_color : "#ffffff"

cover_image : assets/headerimage.jpg # Replace with alternative image path or image URL.
cover_overlay_color : "#363b3d"
cover_overlay_transparency : 0.33
cover_overlay_color : "#063257"
cover_overlay_transparency : 0.77

device_color : black # Set to: blue, black, yellow, coral or white.

Expand Down
4 changes: 1 addition & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
{% if site.presskit_download_link %}
<li><a href="{{ site.presskit_download_link }}">Press Kit</a></li>
{% endif %}

<li><a href="https://github.com/FlineDev/RemafoX/discussions/categories/help-faq" target="_self">FAQ</a></li>
<li><a href="https://www.fline.dev/tag/remafox/" target="_self">Blog</a></li>
<li><a href="mailto:{{ site.email_address }}" target="_self">Support</a></li>
</ul>
</nav>
</header>
Loading

0 comments on commit 2231d02

Please sign in to comment.