Commit Graph

1790 Commits

Author SHA1 Message Date
Martin Raifer
ec8cd00a80 Update locale/de.js
Rephrased more unusual formulations.
2013-02-11 12:26:09 +01:00
Martin Raifer
1bfdb0715f Update locale/de.js
updated geocoder localization
2013-02-11 12:21:47 +01:00
Martin Raifer
c0a1eb9e19 Update locale/de.js
more "Markierung" -> "Attribut"
(see usage in the OSM wiki: http://wiki.openstreetmap.org/wiki/DE:Tagging)
2013-02-11 12:19:09 +01:00
Martin Raifer
ae0de28c07 Update locale/de.js
rephrased (the very uncommon) usage of "entmarkiert" to "ohne Attribute".
2013-02-11 11:58:57 +01:00
Tom MacWright
db820e2d29 Fix js in french translation 2013-02-10 18:51:48 -05:00
Tom MacWright
690c7688c4 Merge pull request #710 from richlv/patch-1
Update locale/en.js
2013-02-10 15:02:20 -08:00
richlv
a162a92adc Update locale/en.js
- as this apparently uses american english, change "Cancelled" -> "Canceled"
- remove extra space (yay)
2013-02-11 00:19:43 +02:00
Tom MacWright
d80dce302b Merge pull request #709 from richlv/master
updates for the Latvian translation
2013-02-10 14:01:33 -08:00
Tom MacWright
ec881f5112 Merge pull request #708 from arno974/patch-1
Update locale/fr.js
2013-02-10 13:58:43 -08:00
richlv
f75111bd51 Update locale/lv.js
add another missing doublequote
2013-02-10 23:58:32 +02:00
richlv
937fd97900 Update locale/lv.js
add missing doublequote
2013-02-10 23:57:52 +02:00
richlv
39e99aa9e1 Update locale/lv.js
translate additional strings;
fix more typos
2013-02-10 23:56:33 +02:00
Van De Casteele
a3fca51af1 Update locale/fr.js
French translation
2013-02-10 17:19:46 -04:30
Ansis Brammanis
14e1ad7147 Add turkish to index.html 2013-02-10 15:48:47 -05:00
Ansis Brammanis
3f47dbe65e Typo fix via @Richlv 2013-02-10 15:36:03 -05:00
John Firebaugh
3e7b0b0d98 Optimize iD.Connection
The big win here is using direct property accessors on
node attributes rather than iteration. The rest is just
micro-optimization.
2013-02-10 12:31:59 -08:00
Tom MacWright
d1f6f43ad6 Merge pull request #706 from metalalp/patch-2
Updated some Turkish translations.
2013-02-10 11:42:59 -08:00
metalalp
00313ebc46 Updated some Turkish translations. 2013-02-10 21:40:03 +02:00
Tom MacWright
c84c8321b1 Merge pull request #705 from chrismayer/german-translation
Initial German translation
2013-02-10 11:35:26 -08:00
Christian Mayer
6ce987f50f Corrected typos 2013-02-10 18:11:08 +01:00
Christian Mayer
bed7ec109e Initial translation to German 2013-02-10 18:01:41 +01:00
Tom MacWright
21e3c36b51 Merge pull request #702 from richlv/master
minor typo & style fixes for the latvian translation
2013-02-10 07:17:37 -08:00
Tom MacWright
d671de2f0e Merge pull request #704 from metalalp/patch-1
Creating Turkish translation
2013-02-10 07:17:08 -08:00
metalalp
b639de3f20 Creating Turkish translation 2013-02-10 07:12:29 -08:00
richlv
0481cdaa1f Update locale/lv.js
minor typo & style fixes
2013-02-10 12:06:28 +02:00
Ansis Brammanis
be387170f7 start Latvian translation 2013-02-10 00:04:24 -05:00
John Firebaugh
65ab71c3d0 Extract iD.ui.SourceSwitch 2013-02-09 17:04:39 -08:00
John Firebaugh
c56879b29e Update contributors on load (fixes #699) 2013-02-09 16:53:29 -08:00
John Firebaugh
5feb9dea5d Make contributors i18n-friendly 2013-02-09 16:52:08 -08:00
John Firebaugh
b9fb37e1e4 i18n 2013-02-09 15:59:59 -08:00
John Firebaugh
8c72ebc3cd Fix fr locale 2013-02-09 15:51:49 -08:00
John Firebaugh
ccb5b81645 Clean up geocoder
Pass context directly; fix indentation; i18n.
2013-02-09 15:51:49 -08:00
Tom MacWright
cd470675e2 Display name fix 2013-02-09 18:27:18 -05:00
Tom MacWright
ff30fef9c0 Merge branch 'master' of github.com:systemed/iD 2013-02-09 18:23:21 -05:00
Tom MacWright
5fb4fc8521 Add locale readme 2013-02-09 18:23:07 -05:00
John Firebaugh
843baa11c0 graph -> core
This matches how it's described in ARCHITECTURE.md.
2013-02-09 15:18:54 -08:00
Tom MacWright
bd8847ba6a Sub french and german translations 2013-02-09 18:18:30 -05:00
Tom MacWright
7cb3bd3bae Merge branch 'master' of github.com:systemed/iD 2013-02-09 18:12:12 -05:00
Tom MacWright
71fc68ddfa Go live by default. Fixes #653 2013-02-09 18:11:59 -05:00
John Firebaugh
c406413b67 Browse button should be active when moving (fixes #692) 2013-02-09 15:09:13 -08:00
Tom MacWright
574e072598 Update license 2013-02-09 18:08:03 -05:00
Tom MacWright
f15191af2c Update tests 2013-02-09 18:06:35 -05:00
Tom MacWright
6faf7a27c4 Support zooming with keyboard. Fixes #695 2013-02-09 18:02:09 -05:00
Tom MacWright
d584eb2f9d Pan, fix initial loads 2013-02-09 17:56:22 -05:00
Tom MacWright
d9b5816530 Store background setting in hash. Fixes #632 2013-02-09 17:34:44 -05:00
Tom MacWright
f56e27ad2a Style tweaks and refactoring 2013-02-09 17:21:28 -05:00
Tom MacWright
552bce1e77 Merge pull request #697 from porjo/master
Display multiple search results, addresses #677
2013-02-09 14:10:44 -08:00
Ian B
cc51fdc4be Refactored geocoder to use data joins 2013-02-09 23:02:36 +01:00
Alex Barth
78cdc3aec2 Title for installation instructions 2013-02-09 22:37:21 +01:00
Ian B
8a8a29013e Search results area
Display multiple search results
2013-02-09 18:12:55 +01:00