Skip to content

Instantly share code, notes, and snippets.

View thecraftman's full-sized avatar
🙂
Available

Ore-Aruwaji Tola thecraftman

🙂
Available
View GitHub Profile
@thecraftman
thecraftman / README.md
Last active July 11, 2020 00:41
Locize Translation View

This is an Overview of the proces involved in Localization of a Service using Locize

  • Login into your Locize Dashboard. When logged into your dashboard, a Demo project is being created for you to work with called Demo Project

Capture


  • You can also add a new project by pressing the + sign close to ADD A NEW PROJECT. After that fill in the Project information for your Project
@thecraftman
thecraftman / README.md
Last active May 24, 2023 16:06
Integrate Locize CLI

Integrate Locize API

The Locize API enables you to integrate your project using the Command Line. The locize Command Line enables you to add new segments or complete files.

locize cli can be used to import / export locales, add / edit / remove sync segments.

@thecraftman
thecraftman / README.md
Last active June 28, 2020 15:27
Translation Workflow using I18next (Locize.app)

I18next is an internationalization-framework, based on pure JavaScript which offers a complete solution to localize your product from web to mobile and desktop.

Advantages:

  • Plugins to detect the user language
  • Load translations
  • Optionally cache the translations
  • Flexibility to use other packages eg: moment.js for date formatting
  • Scalability — Option to separate translations into multiple files and to load them on demand
@SMotaal
SMotaal / README.md
Created May 20, 2020 16:39
How to clean from commits!
  1. Clone the repo

    git clone https://github.com/thecraftman/-badging thecraftman-badging
    
  2. Clean the local history

git filter-branch --force --index-filter "git rm --cached --ignore-unmatch "[README.md](https:"/gist.github.com/thecraftman/README.md" --prune-empty --tag-name-filter cat -- --all

@mingderwang
mingderwang / gist:94205de855af7c60cafa88564ea6abd7
Created March 5, 2017 08:08
hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
$ git pull origin master //run this first, then
$ git push origin master
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 18, 2024 23:22
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites