Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To add a new string, follow these steps:
2. Click **Add String**.
3. In the appeared dialog, enter the necessary details for the string:
* *Branches* – choose the branches where this string should be added.
* *String* – specify the text that needs translation.
* *String* &ndash; specify the text that needs translation. You can leave this field empty to create placeholder strings for future content or development purposes. <Aside> Leaving the *String* field empty is only supported in string-based projects.</Aside>
Comment thread
rohalskyy marked this conversation as resolved.
Outdated
* *(Optional)* *Plurals* &ndash; select this option to add plural forms and enter the text for each form based on the project’s source language requirements.
* *Identifier* &ndash; specify a unique key for the string, often used for referencing the translated text in the application.
* *(Optional)* *Context* &ndash; add additional information to help translators understand the intended meaning.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ To add a new string, follow these steps:
2. Click **Add String**.
3. In the appeared dialog, enter the necessary details for the string:
* *Branches* &ndash; choose the branches where this string should be added.
* *String* &ndash; specify the text that needs translation.
* *String* &ndash; specify the text that needs translation. You can leave this field empty to create placeholder strings for future content or development purposes. <Aside> Leaving the *String* field empty is only supported in string-based projects.</Aside>
* *(Optional)* *Plurals* &ndash; select this option to add plural forms and enter the text for each form based on the project’s source language requirements.
* *Identifier* &ndash; specify a unique key for the string, often used for referencing the translated text in the application.
* *(Optional)* *Context* &ndash; add additional information to help translators understand the intended meaning.
Expand Down