Skip to content

biblicabeebli/vscode-language-pack-furry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Furry Language Pack for VS Code

Adds localization for Furry Language to VS Code :3

What has been translated

This language pack contains 2 new Languages: furry and furry-owo.

furry

Some words have been replaced with cuter ones. Search becomes sniff, notification becomes boop, and so on.

furry

furry-owo

Additonally, everything not replaced in the furry language wiww wook wike this.

furry-owo

Original

This is the default language pack, for comparison.

en (original)

Usage

  1. Ctrl+Shift+p
  2. search for Configure Display Language
  3. select furry

Progress

So far, only the core editor has been translated. Some plugins may be translated in the future.

Language Scope Progress
furry vscode core ~4.97%
furry-owo vscode core ~100%

Development

Launching Code with --extensionDevelopmentPath doesn't seem to work due to caching of translations. This workaround isn't ideal, but it does the job ¯\_(ツ)_/¯

#!/bin/bash
npx vsce package
pkill code -9
code --uninstall-extension ./vscode-language-pack-furry-0.0.1.vsix
trash ~/.config/Code/clp # remove cached language packs
code --install-extension ./vscode-language-pack-furry-0.0.1.vsix
code . --locale=furry

Credits