Skip to content

Commit f4515dd

Browse files
committed
rename zh-cn with zh-hans
1 parent 23e7d00 commit f4515dd

File tree

305 files changed

+134
-93
lines changed

Some content is hidden

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

305 files changed

+134
-93
lines changed

Diff for: README.md

+1-1

Diff for: en/README.md

+1-1

Diff for: en/faq/contributors.md

+1-1

Diff for: en/faq/guidelines_for_contributing.md

+1-1

Diff for: scripts/sitemap_gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def sitemap(suffix='.md'):
1515
# ensure we are in the ROOT_DIR
1616
os.chdir(ROOT_DIR)
17-
multilang = ['en/', 'zh-cn/', 'zh-tw/']
17+
multilang = ['en/', 'zh-hans/', 'zh-tw/']
1818
pages = []
1919
raw_bytes = check_output('scripts/gitls.sh')
2020
# ignore last blank string

Diff for: zh-cn/binary_search_tree/README.md

-3
This file was deleted.

Diff for: zh-cn/GLOSSARY.md renamed to zh-hans/GLOSSARY.md

Diff for: zh-cn/README.md renamed to zh-hans/README.md

+5-5

Diff for: zh-cn/SUMMARY.md renamed to zh-hans/SUMMARY.md

Diff for: zh-cn/basics_algorithm/binary_search.md renamed to zh-hans/basics_algorithm/binary_search.md

+2-2

Diff for: zh-cn/basics_sorting/heap_sort.md renamed to zh-hans/basics_sorting/heap_sort.md

+1-1

Diff for: zh-cn/binary_search/first_bad_version.md renamed to zh-hans/binary_search/first_bad_version.md

+1-1

Diff for: zh-cn/binary_search/search_insert_position.md renamed to zh-hans/binary_search/search_insert_position.md

+1-1

Diff for: zh-cn/binary_search/wood_cut.md renamed to zh-hans/binary_search/wood_cut.md

+3-3

Diff for: zh-hans/binary_search_tree/README.md

+3

Diff for: zh-cn/binary_search_tree/convert_sorted_list_to_binary_search_tree.md renamed to zh-hans/binary_search_tree/convert_sorted_list_to_binary_search_tree.md

+1-1

Diff for: zh-cn/binary_tree/README.md renamed to zh-hans/binary_tree/README.md

+1-1

Diff for: zh-cn/binary_tree/balanced_binary_tree.md renamed to zh-hans/binary_tree/balanced_binary_tree.md

+1-1

Diff for: zh-cn/binary_tree/construct_binary_tree_from_inorder_and_postorder_traversal.md renamed to zh-hans/binary_tree/construct_binary_tree_from_inorder_and_postorder_traversal.md

+1-1

Diff for: zh-cn/binary_tree/diameter_of_a_binary_tree.md renamed to zh-hans/binary_tree/diameter_of_a_binary_tree.md

+1-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: zh-cn/data_structure/heapify.md renamed to zh-hans/data_structure/heapify.md

+2-2

Diff for: zh-cn/dynamic_programming/README.md renamed to zh-hans/dynamic_programming/README.md

+1-1

0 commit comments

Comments
 (0)