Skip to content

Commit 4889b8d

Browse files
Update languages to include Korean
1 parent 5e91a3f commit 4889b8d

File tree

57 files changed

+918
-913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+918
-913
lines changed

src/robotide/application/CHANGELOG.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Changelog</title><link rel="stylesheet" type="text/css" href="docbook-xsl.css" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /></head><body><div xml:lang="en" class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="id1337"></a>Changelog</h2></div></div><hr /></div><p>All notable changes to this project will be documented in this file.</p><p>The format is based on <a class="ulink" href="http://keepachangelog.com/en/1.0.0/" target="_top">Keep a Changelog</a>
33
and this project adheres to <a class="ulink" href="http://semver.org/spec/v2.0.0.html" target="_top">Semantic Versioning</a>.</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_ulink_url_https_github_com_robotframework_ride_unreleased_ulink"></a>1. <a class="ulink" href="https://github.com/robotframework/RIDE" target="_top">Unreleased</a></h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_added"></a>1.1. Added</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
4+
Added Korean language support for UI, experimental.
5+
</li><li class="listitem">
46
Added option ``caret style`` to change insert caret to <code class="literal">block</code> or <code class="literal">line</code> in Text Editor, by editing ``settings.cfg``.
57
The color of the caret is the same as <code class="literal">setting</code> and will be adjusted for better contrast with the background.
68
</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_changed"></a>1.2. Changed</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">

src/robotide/localization/RIDE.pot

+30-30
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
msgid ""
66
msgstr ""
77
"Project-Id-Version: PACKAGE VERSION\n"
8-
"POT-Creation-Date: 2024-08-11 11:13+0100\n"
8+
"POT-Creation-Date: 2024-08-14 02:29+0100\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -988,9 +988,9 @@ msgstr ""
988988
#: /home2/helio/github/RIDE/tools/../src/robotide/editor/editordialogs.py:596
989989
#: /home2/helio/github/RIDE/tools/../src/robotide/editor/editordialogs.py:626
990990
#: /home2/helio/github/RIDE/tools/../src/robotide/run/configmanagerui.py:101
991-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:90
992-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:92
993-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:316
991+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:91
992+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:93
993+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:317
994994
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/keywordsearch.py:355
995995
msgid "Name"
996996
msgstr ""
@@ -1767,7 +1767,7 @@ msgid "RIDE - Preferences"
17671767
msgstr ""
17681768

17691769
#: /home2/helio/github/RIDE/tools/../src/robotide/preferences/general.py:230
1770-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:138
1770+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:139
17711771
msgid "Language"
17721772
msgstr ""
17731773

@@ -1879,12 +1879,12 @@ msgid "Saving"
18791879
msgstr ""
18801880

18811881
#: /home2/helio/github/RIDE/tools/../src/robotide/preferences/saving.py:41
1882-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:114
1882+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:115
18831883
msgid "Is Task?"
18841884
msgstr ""
18851885

18861886
#: /home2/helio/github/RIDE/tools/../src/robotide/preferences/saving.py:42
1887-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:114
1887+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:115
18881888
msgid "Default for Tasks or Tests sections."
18891889
msgstr ""
18901890

@@ -1935,7 +1935,7 @@ msgstr ""
19351935
#: /home2/helio/github/RIDE/tools/../src/robotide/recentfiles/recentfiles.py:124
19361936
#: /home2/helio/github/RIDE/tools/../src/robotide/recentfiles/recentfiles.py:151
19371937
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/actiontriggers.py:54
1938-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:108
1938+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:109
19391939
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/review.py:140
19401940
msgid "File"
19411941
msgstr ""
@@ -2113,85 +2113,85 @@ msgstr ""
21132113
msgid "Import failed"
21142114
msgstr ""
21152115

2116-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:108
2116+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:109
21172117
msgid "Type"
21182118
msgstr ""
21192119

2120-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:108
2121-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:220
2120+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:109
2121+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:221
21222122
msgid "Directory"
21232123
msgstr ""
21242124

2125-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:160
2126-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:288
2125+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:161
2126+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:289
21272127
msgid "New Resource File"
21282128
msgstr ""
21292129

2130-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:162
2130+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:163
21312131
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/preview.py:117
21322132
msgid "Format"
21332133
msgstr ""
21342134

2135-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:174
2136-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:189
2135+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:175
2136+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:190
21372137
msgid "Parent Directory"
21382138
msgstr ""
21392139

2140-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:175
2140+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:176
21412141
msgid "Choose Parent Directory"
21422142
msgstr ""
21432143

2144-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:192
2144+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:193
21452145
msgid "Created Path"
21462146
msgstr ""
21472147

2148-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:273
2148+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:274
21492149
msgid "New Project"
21502150
msgstr ""
21512151

2152-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:302
2152+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:303
21532153
msgid "Add Suite"
21542154
msgstr ""
21552155

2156-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:326
2156+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:327
21572157
msgid "Add Directory"
21582158
msgstr ""
21592159

2160-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:338
2160+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:339
21612161
msgid "Set Data Format"
21622162
msgstr ""
21632163

2164-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:362
2164+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:363
21652165
msgid "Change recursively"
21662166
msgstr ""
21672167

2168-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:381
2168+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:382
21692169
msgid ""
21702170
"Provide format for initialization file in directory\n"
21712171
"\"%s\"."
21722172
msgstr ""
21732173

2174-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:395
2174+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:396
21752175
msgid "Open"
21762176
msgstr ""
21772177

2178-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:400
2178+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:401
21792179
msgid "Robot data (*.robot)|*.robot"
21802180
msgstr ""
21812181

2182-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:401
2182+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:402
21832183
msgid "Robot data (*.txt)|*.txt"
21842184
msgstr ""
21852185

2186-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:402
2186+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:403
21872187
msgid "Robot resource file (*.resource)|*.resource"
21882188
msgstr ""
21892189

2190-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:403
2190+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:404
21912191
msgid "Robot Tab Separated data (*.tsv)|*.tsv"
21922192
msgstr ""
21932193

2194-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:405
2194+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:406
21952195
msgid "All files|*.*"
21962196
msgstr ""
21972197

Binary file not shown.

src/robotide/localization/bg_BG/LC_MESSAGES/RIDE.po

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: robotframework-ride\n"
4-
"POT-Creation-Date: 2024-08-11 11:13+0100\n"
4+
"POT-Creation-Date: 2024-08-14 02:29+0100\n"
55
"PO-Revision-Date: 2024-07-17 01:27\n"
66
"Last-Translator: \n"
77
"Language-Team: Bulgarian\n"
@@ -903,9 +903,9 @@ msgstr ""
903903
#: /home2/helio/github/RIDE/tools/../src/robotide/editor/editordialogs.py:596
904904
#: /home2/helio/github/RIDE/tools/../src/robotide/editor/editordialogs.py:626
905905
#: /home2/helio/github/RIDE/tools/../src/robotide/run/configmanagerui.py:101
906-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:90
907-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:92
908-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:316
906+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:91
907+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:93
908+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:317
909909
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/keywordsearch.py:355
910910
msgid "Name"
911911
msgstr ""
@@ -1696,7 +1696,7 @@ msgid "RIDE - Preferences"
16961696
msgstr ""
16971697

16981698
#: /home2/helio/github/RIDE/tools/../src/robotide/preferences/general.py:230
1699-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:138
1699+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:139
17001700
msgid "Language"
17011701
msgstr ""
17021702

@@ -1801,12 +1801,12 @@ msgid "Saving"
18011801
msgstr ""
18021802

18031803
#: /home2/helio/github/RIDE/tools/../src/robotide/preferences/saving.py:41
1804-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:114
1804+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:115
18051805
msgid "Is Task?"
18061806
msgstr ""
18071807

18081808
#: /home2/helio/github/RIDE/tools/../src/robotide/preferences/saving.py:42
1809-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:114
1809+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:115
18101810
msgid "Default for Tasks or Tests sections."
18111811
msgstr ""
18121812

@@ -1855,7 +1855,7 @@ msgstr ""
18551855
#: /home2/helio/github/RIDE/tools/../src/robotide/recentfiles/recentfiles.py:124
18561856
#: /home2/helio/github/RIDE/tools/../src/robotide/recentfiles/recentfiles.py:151
18571857
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/actiontriggers.py:54
1858-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:108
1858+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:109
18591859
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/review.py:140
18601860
msgid "File"
18611861
msgstr ""
@@ -2023,85 +2023,85 @@ msgstr ""
20232023
msgid "Import failed"
20242024
msgstr ""
20252025

2026-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:108
2026+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:109
20272027
msgid "Type"
20282028
msgstr ""
20292029

2030-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:108
2031-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:220
2030+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:109
2031+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:221
20322032
msgid "Directory"
20332033
msgstr ""
20342034

2035-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:160
2036-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:288
2035+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:161
2036+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:289
20372037
msgid "New Resource File"
20382038
msgstr ""
20392039

2040-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:162
2040+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:163
20412041
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/preview.py:117
20422042
msgid "Format"
20432043
msgstr ""
20442044

2045-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:174
2046-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:189
2045+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:175
2046+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:190
20472047
msgid "Parent Directory"
20482048
msgstr ""
20492049

2050-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:175
2050+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:176
20512051
msgid "Choose Parent Directory"
20522052
msgstr ""
20532053

2054-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:192
2054+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:193
20552055
msgid "Created Path"
20562056
msgstr ""
20572057

2058-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:273
2058+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:274
20592059
msgid "New Project"
20602060
msgstr ""
20612061

2062-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:302
2062+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:303
20632063
msgid "Add Suite"
20642064
msgstr ""
20652065

2066-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:326
2066+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:327
20672067
msgid "Add Directory"
20682068
msgstr ""
20692069

2070-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:338
2070+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:339
20712071
msgid "Set Data Format"
20722072
msgstr ""
20732073

2074-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:362
2074+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:363
20752075
msgid "Change recursively"
20762076
msgstr ""
20772077

2078-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:381
2078+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:382
20792079
msgid ""
20802080
"Provide format for initialization file in directory\n"
20812081
"\"%s\"."
20822082
msgstr ""
20832083

2084-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:395
2084+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:396
20852085
msgid "Open"
20862086
msgstr ""
20872087

2088-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:400
2088+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:401
20892089
msgid "Robot data (*.robot)|*.robot"
20902090
msgstr ""
20912091

2092-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:401
2092+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:402
20932093
msgid "Robot data (*.txt)|*.txt"
20942094
msgstr ""
20952095

2096-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:402
2096+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:403
20972097
msgid "Robot resource file (*.resource)|*.resource"
20982098
msgstr ""
20992099

2100-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:403
2100+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:404
21012101
msgid "Robot Tab Separated data (*.tsv)|*.tsv"
21022102
msgstr ""
21032103

2104-
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:405
2104+
#: /home2/helio/github/RIDE/tools/../src/robotide/ui/filedialogs.py:406
21052105
msgid "All files|*.*"
21062106
msgstr ""
21072107

Binary file not shown.

0 commit comments

Comments
 (0)