You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks @kvarel for signing the CLA. I closed your prior pull #2881.
Unfortunately we still haven't had any help finding someone to peer review your translation. I'll post again to the group but since you are more likely to know more czech speakers than we do, it may help for you to find your own peer reviewer.
"ERROR_IN_BROWSER_TITLE" : "Ouha! {APP_NAME} ještě neběží v prohlížeči.",
"ERROR_IN_BROWSER" : "{APP_NAME} je vytvořen v HTML, ale nyní pracuje jako desktopová aplikace, takže ji můžete použít pro úpravu lokálních souborů.Prosím, použijte shell aplikace v <b>github.com/adobe/brackets-shell</b> repo pro spuštění {APP_NAME}.",
@hansek@kvarel I noticed that some of the command names did not have each word capitalized. Is that expected for czech? For example Přejít na funkci. In English and other languages, each word would be capitalized.
@kvarel for this translation to be complete, you need to add the language to src/nls/strings.js as you did here #2892. I'm not sure if you're new to git, but each of your changes have been submitted as separate pull requests in separate branches. You can add commits to a branch without having to create a separate pull request for a new branch. For example, on this branch patch-5:
cd <path to>/brackets
git checkout patch-5
# make edits to src/nls/strings.js and src/nls/cs/strings.js
git add src/nls/strings.js
git add src/nls/cs/strings.js
git commit -m "add czech language and fix missing space"
git push origin patch-5
Let us know if you need any help. We appreciate your effort and want to merge your contribution as soon as possible.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updated new strings