Stringify
Features
Pricing
Login
Docs
Support
Get started
Menu
This is how you get started
1.
Create an account (it’s free)
The first step is to create a free account. Use the button below to sign up.
Create account
2.
Create a project
Strings are organized in projects. Create your first project using the 'Add project' button.
3.
Invite clients
Go to 'Settings' and move to the 'Manage users' page in order to invite your client(s) to the project.
Command line
Web interface
4.
Install CLI
Install the Stringify CLI by running the command below. Make sure Node.js is installed on your system first.
>
npm install stringify-cli -g
Copy
Learn more in docs
5.
Initialize project
Initialize the Stringify project in the root of your local project folder using the 'init' command.
>
stringify init
Copy
Learn more in docs
6.
Synchronize strings
Synchronize your local strings files with Stringify, strings will appear in the Stringify web interface.
>
stringify sync
Copy
Learn more in docs
7.
Modify string values
You or your client can add translations and modify string values using the web interface.
8.
Synchronize again
Run the 'sync' command again in order to download the latest versions of the strings to your project folder.
>
stringify sync
Copy
Learn more in docs
4.
Import strings
Open your project and use the 'import' button in order to upload your strings files.
Learn more in docs
5.
Review and apply changes
Stringify automatically detects changes in your strings, review the changes and confirm your modifications.
6.
Modify string values
You or your client can add translations and modify string values using the web interface.
7.
Export strings
Use the export-button to download the latest versions of your strings files in the desired format and language.
Start now
Home
Features
Pricing
Sign up
Login
Docs
Support
Get started