Skip to content

Commit 1510f4e

Browse files
committed
Updated ReadMe, version number, and fixed .gitignore for ignoring options in the testing project
1 parent 720ea71 commit 1510f4e

File tree

4 files changed

+3
-19
lines changed

4 files changed

+3
-19
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addons/string_keys/options/
1+
addons/string_keys/.options/
22
testing/
33
icon.png.import
44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ StringKeys allows you to automatically generate a .csv translation file from str
55
Version 2 (current version) allows for searching for strings by the patterns surrounding them, this allows for it to be used on projects at the end of development, that weren't designed with StringKeys in mind, at the cost of maybe be a little less precise. Patterns can be things such as the property name in a scene or resource, or as the paramteter of a function call (such as Godot's translate function: tr("string")). Its UI is in a dropdown menu so that it is a little less in the way.
66

77

8-
V2 Latest Release: https://github.com/mrtripie/godot-string-keys/releases/tag/v2_3.2.2
8+
V2 Latest Release: https://github.com/mrtripie/godot-string-keys/releases/tag/2.0_godot_3.2
99

1010
V2 Documentation: https://docs.google.com/document/d/176WFKE-2SxA0uWEDP7c8vInO8wChC54EQKv-6F_xb8M/edit?usp=sharing
1111

addons/string_keys/.options/string_keys_options.tres

-16
This file was deleted.

addons/string_keys/plugin.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="String Keys: String Translation Key Finder"
44
description="Automatically finds strings in your project and uses them to create the keys to a .csv translation file"
55
author="MrTriPie"
6-
version="3.2.1"
6+
version="2.0 (for Godot 3.2)"
77
script="plugin.gd"

0 commit comments

Comments
 (0)