Skip to content

Commit 1ff048a

Browse files
committed
localization of strings
1 parent 5e9fa9d commit 1ff048a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/settings/CodeWhispererConfigurable.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ class CodeWhispererConfigurable(private val project: Project) :
6565
}
6666
}
6767

68-
group("LSP") {
69-
row("Select LSP Artifact") {
68+
group(message("amazonqFeatureDev.placeholder.lsp")) {
69+
row(message("amazonqFeatureDev.placeholder.select_lsp_artifact")) {
7070
val fileChooserDescriptor = FileChooserDescriptorFactory.createSingleFileDescriptor()
7171
fileChooserDescriptor.isForcedToUseIdeaFileChooser = true
7272

plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,10 @@ amazonqFeatureDev.placeholder.closed_session=Open a new chat tab to continue
143143
amazonqFeatureDev.placeholder.context_gathering_complete=Gathering context...
144144
amazonqFeatureDev.placeholder.downloading_and_extracting_lsp_artifacts=Downloading and Extracting Lsp Artifacts...
145145
amazonqFeatureDev.placeholder.generating_code=Generating code...
146+
amazonqFeatureDev.placeholder.lsp=LSP
146147
amazonqFeatureDev.placeholder.new_plan=Describe your task or issue in as much detail as possible
147148
amazonqFeatureDev.placeholder.provide_code_feedback=Provide feedback or comments
149+
amazonqFeatureDev.placeholder.select_lsp_artifact=Select LSP Artifact
148150
amazonqFeatureDev.placeholder.write_new_prompt=Write a new prompt
149151
apprunner.action.configure=Configure Service
150152
apprunner.action.create.service=Create Service...

0 commit comments

Comments
 (0)