Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit af254a2

Browse files
committed
0.1.8
1 parent 840d72e commit af254a2

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.1.8
2+
- Make validate fail if there is unlocalized text with an option to turn it off
3+
14
# 0.1.7
25
- Update Cargo.toml to say 0.1.7 too
36
- Carry along the extension for Windows binary

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = 'android_localization_cli'
3-
version = '0.1.7'
3+
version = '0.1.8'
44
authors = ['jayrave <jayanthan.raveendiran@gmail.com>']
55
edition = '2018'
66

cli/src/args_parser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ the consideration that the headers are the locale IDs
9494
pub static SHORT: &str = "Runs some common validations on XML string files";
9595
pub static LONG: &str = r#"
9696
The following validations are run on the `strings.xml` files
97+
- Checking for unlocalized strings
9798
- Unescaped apostrophe (`'` without a preceeding `\`)
9899
- Format string mismatch with default locale (this could be either the
99100
number of format strings or the type of data they refer to)

0 commit comments

Comments
 (0)