new tranlation aproach for sidebar#21
Closed
carlosdelfino wants to merge 110 commits intomicro-os-plus:masterfrom
Closed
new tranlation aproach for sidebar#21carlosdelfino wants to merge 110 commits intomicro-os-plus:masterfrom
carlosdelfino wants to merge 110 commits intomicro-os-plus:masterfrom
Conversation
on the deposit of the Gemfile.lock I followed the site's guidelines: http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ in _config.yml configuration language plugin. I think it will not work automatically on some pages, because the use of permalink policy, when you listen to direct it problem manually.
- move issues tracker to the source project
- prepare for multiple languages
into master-portuguese
into master-portuguese
In Contributin.pt.md file refer to code of condut and point to site, but the site sugest put the files on root dir of project. the code for Portuguse is 1.3 (original) in futter I translate 1.4
This parameter is used to inform on post or page layout the last update of article or page.
Liviu update the basic-concepts.md with refrase in - last paragraph from "Bare-metal embedded systems" - last paragraph from "Blocking I/O"
See commit: 9c7c14d
I am currently doing a revision in the translation and I still receive error messages from jekyll-sitemap as in the attached image, I solved the problem by locking the version of Jekyll in 3.3 so I could use the plugin for sitemap in version 0.12.1. I would suggest to test the site in the versions suggested in the link: https://pages.github.com/versions/, I am already running 3.3.0 with no problems, but I am still making some adjustments since with the uOS site I am having a Jekyll crash at startup.
…o master-portuguese
Com o objetivo de eliminar as incompÃtibilidades de ambiente. Testei uma nova combinaÃÃo de versÃes que parece estar mais estÃvel.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What/why?
Previously the sidebar had code that selected each text to be presented, becoming a large file full of ifs for each possible language to be inserted.
In the new approach the file is selected according to the language, being used the default when not informed or when it is the English language.