-
Notifications
You must be signed in to change notification settings - Fork 195
Add automatic generation of translates nav to simplify addition of future translates, add De
#65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
thomas-franz
wants to merge
17
commits into
yoksel:master
Choose a base branch
from
thomas-franz:feature/automate-translates
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
a73a5c4
Add automatic generation of translates nav to simplify addition of fu…
thomas-franz 507f585
Add german De translation
thomas-franz 5bd26e0
Merge branch 'master' of github.com:thomas-franz/url-encoder into fea…
thomas-franz 4c117fd
Migrate pt to automatic translates detection
thomas-franz b76b0ba
Put En in front of array so it's first in frontend
thomas-franz 778d40f
Update packages
yoksel 9011139
added BR translate and update .json language files
luizfranzon 13faeb5
Put En in front of array so it's first in frontend
thomas-franz 0ec909a
improve equal operators, split off localization to separate file
thomas-franz 0ff4954
solve conflicts
thomas-franz 76d4a14
Merge branch 'master' of github.com:thomas-franz/url-encoder into fea…
thomas-franz c5b8783
integrate chinese (traditional and simplified)
thomas-franz 93fe016
Merge with upstream, solve conflict
thomas-franz c6cceb7
remove unneeded path from languages
thomas-franz bf30fec
improve localizations code
thomas-franz 6d377c0
Add info to package.json on node and npm versions needed for developm…
thomas-franz dfae4f5
Simplify README.md as process fro translations have also been simplified
thomas-franz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"path": "..", | ||
"langName": "De", | ||
"title": "URL-Kodierer für SVG", | ||
"quotes": "Anführungszeichen", | ||
"single": "einfach", | ||
"double": "doppelt", | ||
"aboutTitle": "Über das Tool", | ||
"aboutText": "<p>Wir können ein SVG in CSS über Daten-URI verwenden, aber ohne kodierung funktioniert es nur in Webkit-basierten Browsern. Wenn das SVG mit <code>encodeURIComponent()</code> kodiert wird, funktioniert es überall.</p><p>Das SVG muss das Attribut <strong>xmlns</strong> wie folgt besitzen: <code>xmlns='http: //www.w3.org/2000/svg'</code>. Falls es nicht vorhanden ist, wird es automatisch hinzugefügt.</p><p>Das kodierte SVG kann anschließend als <code>background</code>, als <code>border-image</code> oder auch als <code>mask</code> verwendet werden. (<a href='https://codepen.io/yoksel/full/WNrLpYW'>Live-Demo</a>).</p>", | ||
"insertSVG": "SVG einfügen", | ||
"example": "Beispiel", | ||
"takeEncoded": "Kodiert verwenden", | ||
"copy": "Kopieren", | ||
"readyForCSS": "Vorbereitet für CSS", | ||
"preview": "Vorschau", | ||
"background": "Hintergrund", | ||
"white": "weiß", | ||
"silver": "grau", | ||
"black": "schwarz", | ||
"projectOn": "Projekt auf", | ||
"twitter": "yoksel_en", | ||
"decodeTip": "Du kannst ein kodiertes SVG hier einfügen, um es wieder zu dekodieren" | ||
} |
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.